Recollectr Web Extender
Recollect even more!
What is Recollectr Web Extender?
Recollectr Web Extender is a Chrome extension developed by https://recollectr.io, and its main feature is "Recollect even more!".
Extension Screenshots
Download Recollectr Web Extender Extension CRX File
Download Recollectr Web Extender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extend the capabilities of Recollectr for desktop. Current features: - Advanced notifications **Requires Recollectr for Desktop** Get Recollectr at https://recollectr.io
Extension Basic Information
Name | Recollectr Web Extender |
ID | hpipmbnaleeogemgfdbabiaaagldgokn |
Official URL | https://chromewebstore.google.com/detail/recollectr-web-extender/hpipmbnaleeogemgfdbabiaaagldgokn |
Description | Recollect even more! |
File Size | 55.58 KB |
Installation Count | 48 |
Current Version | 0.3.9 |
Last Updated | 2018-10-09 |
Publish Date | 2018-10-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://recollectr.io |
[email protected] | |
Payment Type | free |
Extension Website | https://recollectr.io |
Privacy Policy Page URL | https://recollectr.io/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.3.9", "manifest_version": 2, "homepage_url": "https:\/\/recollectr.io", "icons": { "16": "icons\/icon_16x16.png", "48": "icons\/icon_48x48.png", "128": "icons\/icon_128x128.png" }, "background": { "scripts": [ ".\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon_19x19.png", "default_title": "Recollectr Web Extender" }, "permissions": [ "nativeMessaging", "notifications" ], "omnibox": { "keyword": "recollectr" } } |