-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome Extension Support #287
Comments
This is because Chrome now requires to use only Manifest v3 extensions, all Manifest v2 extensions are being forcefully disabled and impossible to install from the store. Either you can try to help by upgrading to Manifest v3 (the core of the extension's functionalities, which is browsing history auto-saving, should be possible, not sure about the rest such as finding related code repositories), or you can use another open-source Chromium-based browser that still allows MV2 extensions (I think Brave said they would?). |
I'm working on mv3 compatibility, I don't have an ETA but I might ship soon even if not well tested so that it's better than nothing |
Coming up in v1 release |
Sorry I missed your previous message, thank you so much for making this happen! This extension was so useful for the short time I was able to use, I am delighted to know I will be able to use it again! |
Thank you very much for your project. I believe the prototype of this interactive system could be inspiring for future literature management systems. We can include as many documents as possible (without requiring users to manually save them), while using a more intelligent approach for extraction. Although there may be a large number of documents, AI can assist in making searches more efficient. |
On the official website of the Chome web store, this extension is now marked as
I know there are more and more restrictions for Chrome, is this extension still possible to be supported in the future?
I am so new to this field if someone could give me some hints about why, I'd like to contribute to it.
Thank you so much!
The text was updated successfully, but these errors were encountered: