CROCODOOR
Speed Dial in the Cloud. Access to your favorite web sites anywhere.
CROCODOOR क्या है?
CROCODOOR https://www.crocodoor.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Speed Dial in the Cloud. Access to your favorite web sites anywhere."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CROCODOOR एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |