Copernic Desktop Search Connector
Enables you to search your history & bookmarks using Copernic Desktop Search.
Copernic Desktop Search Connectorとは何ですか?
Copernic Desktop Search Connectorはhttps://www.copernic.comによって開発されたChromeの拡張機能で、その主な機能は「Enables you to search your history & bookmarks using Copernic Desktop Search.」です。
拡張機能のスクリーンショット
Copernic Desktop Search Connector拡張機能のCRXファイルをダウンロード
Copernic Desktop Search Connector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enables you to search your Google Chrome™ history & bookmarks using Copernic Desktop Search.
拡張機能の基本情報
名前 | |
ID | bjdfpdlbeklikgponpiohccngpibjfeb |
公式URL | https://chromewebstore.google.com/detail/copernic-desktop-search-c/bjdfpdlbeklikgponpiohccngpibjfeb |
説明 | Enables you to search your history & bookmarks using Copernic Desktop Search. |
ファイルサイズ | 18.76 KB |
インストール数 | 4,210 |
現在のバージョン | 6.0.0.5 |
最終更新日 | 2018-05-04 |
公開日 | 2018-05-04 |
評価 | 3.33/5 合計 12 レビュー |
開発者 | https://www.copernic.com |
支払い方法 | free |
拡張機能のウェブサイト | http://www.copernic.com/en/products/desktop-search/release_candidate.html |
ヘルプページのURL | http://www.copernic.com/en/support/index.php |
対応言語 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "6.0.0.5", "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "homepage_url": "http:\/\/go.copernic.com?dest=chromeaboutext", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "manifest_version": 2, "background": { "scripts": [ "provider.js" ], "persistent": false }, "permissions": [ "http:\/\/localhost\/*", "background", "history", "bookmarks", "alarms", "unlimitedStorage" ] } |