Recollectr Web Extender
Recollect even more!
Recollectr Web Extenderとは何ですか?
Recollectr Web Extenderはhttps://recollectr.ioによって開発されたChromeの拡張機能で、その主な機能は「Recollect even more!」です。
拡張機能のスクリーンショット
Recollectr Web Extender拡張機能のCRXファイルをダウンロード
Recollectr Web Extender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extend the capabilities of Recollectr for desktop. Current features: - Advanced notifications **Requires Recollectr for Desktop** Get Recollectr at https://recollectr.io
拡張機能の基本情報
名前 | Recollectr Web Extender |
ID | hpipmbnaleeogemgfdbabiaaagldgokn |
公式URL | https://chromewebstore.google.com/detail/recollectr-web-extender/hpipmbnaleeogemgfdbabiaaagldgokn |
説明 | Recollect even more! |
ファイルサイズ | 55.58 KB |
インストール数 | 48 |
現在のバージョン | 0.3.9 |
最終更新日 | 2018-10-09 |
公開日 | 2018-10-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://recollectr.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://recollectr.io |
プライバシーポリシーページのURL | https://recollectr.io/privacy |
対応言語 | 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" } } |