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.
扩展基本信息
名称 | CROCODOOR |
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 |
电子邮箱 | [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" } |