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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |