Development Tools

Chrome Extension for Developers

Cos'è Development Tools?

Development Tools è un'estensione di Chrome sviluppata da Alexandru Berce, e la sua funzione principale è "Chrome Extension for Developers".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Development Tools

Scarica i file di estensione Development Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Features:
- base64 encode/decode, url encode/decode
- Encrypt string with MD5 / SHA1 / password_hash
- Generate random strings, word count, word frequency and more
- Time operations                    

Informazioni di Base sull'Estensione

Nome Development Tools Development Tools
ID ghncpdlcoobnpajagafbdjdfhhmjkchl
URL Ufficiale https://chrome.google.com/webstore/detail/development-tools/ghncpdlcoobnpajagafbdjdfhhmjkchl
Descrizione Chrome Extension for Developers
Dimensione del File 423 KB
Conteggio Installazioni 280
Versione Corrente 0.0.3
Ultimo Aggiornamento 2018-11-08
Data di Pubblicazione 2018-11-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Alexandru Berce
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "homepage_url": "http:\/\/extension.invobox.com",
    "icons": {
        "32": "src\/icons\/v1\/icon32.png",
        "48": "src\/icons\/v1\/icon48.png",
        "128": "src\/icons\/v1\/icon128.png"
    },
    "default_locale": "en",
    "offline_enabled": false,
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "src\/icons\/v1\/icon128.png",
        "default_title": "__MSG_extName__",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "idle",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "storage"
    ],
    "omnibox": {
        "keyword": "dev"
    }
}