CROCODOOR
Speed Dial in the Cloud. Access to your favorite web sites anywhere.
CROCODOORとは何ですか?
CROCODOORはhttps://www.crocodoor.comによって開発されたChromeの拡張機能で、その主な機能は「Speed Dial in the Cloud. Access to your favorite web sites anywhere.」です。
拡張機能のスクリーンショット
CROCODOOR拡張機能のCRXファイルをダウンロード
CROCODOOR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is the chrome extension for croud-based speed dial service CROCODOOR.
This extension can be displayed your favorite website lists which is you registered at CROCODOOR.
CROCODOOR website: https://www.crocodoor.com/
Saving to the cloud web site of your favorite, CROCODOOR is a cloud-based speed dial service. 拡張機能の基本情報
| 名前 | |
| ID | idehkiddfjfkhgfegfnefjfoonhkkgai |
| 公式URL | https://chromewebstore.google.com/detail/crocodoor/idehkiddfjfkhgfegfnefjfoonhkkgai |
| 説明 | Speed Dial in the Cloud. Access to your favorite web sites anywhere. |
| ファイルサイズ | 68.27 KB |
| インストール数 | 54 |
| 現在のバージョン | 2.0.0 |
| 最終更新日 | 2022-07-24 |
| 公開日 | 2014-06-18 |
| 評価 | 4.50/5 合計 2 レビュー |
| 開発者 | https://www.crocodoor.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.crocodoor.com/ |
| ヘルプページのURL | https://www.crocodoor.com/guide |
| プライバシーポリシーページのURL | https://www.x-more.co.jp/privacy |
| 対応言語 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "2.0.0",
"name": "CROCODOOR",
"description": "Speed Dial in the Cloud. Access to your favorite web sites anywhere.",
"homepage_url": "https:\/\/www.crocodoor.com\/",
"icons": {
"128": "img\/icon.png",
"16": "img\/icon16.png",
"19": "img\/icon19.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"64": "img\/icon64.png"
},
"permissions": [
"contextMenus",
"storage",
"tabs",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*.crocodoor.com\/*"
],
"background": {
"service_worker": "background.js"
},
"omnibox": {
"keyword": "cd"
},
"action": {
"default_icon": {
"19": "img\/icon19.png",
"32": "img\/icon32.png"
},
"default_title": "CROCODOOR"
},
"default_locale": "en"
} | |