CROCODOOR

Speed Dial in the Cloud. Access to your favorite web sites anywhere.

Τι είναι το CROCODOOR;

Το CROCODOOR είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.crocodoor.com, και η κύρια λειτουργία του είναι "Speed Dial in the Cloud. Access to your favorite web sites anywhere.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CROCODOOR

Λήψη αρχείων επέκτασης 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 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"
}