Dev Tools
Tools for Developers.
Cos'è Dev Tools?
Dev Tools è un'estensione di Chrome sviluppata da Balcones Enterprises, e la sua funzione principale è "Tools for Developers.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dev Tools
Scarica i file di estensione Dev 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
Simple tools to help streamline daily ad hoc workflows for developers. I've been creating 'throw away' tools for years and now I'm going to assemble them into this Chrome extension. I have many more features on the way! Please feel free to suggest ideas or provide feedback: [email protected]
Informazioni di Base sull'Estensione
Nome | Dev Tools |
ID | leffbcbamfabplbkbgjpdfafcajhjffl |
URL Ufficiale | https://chromewebstore.google.com/detail/dev-tools/leffbcbamfabplbkbgjpdfafcajhjffl |
Descrizione | Tools for Developers. |
Dimensione del File | 1.14 MB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-07-24 |
Data di Pubblicazione | 2019-07-24 |
Sviluppatore | Balcones Enterprises |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://balconesenterprises.com/privacy-policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dev Tools", "description": " Tools for Developers.", "version": "1.0", "short_name": "Dev Tools", "icons": { "32": "images\/CWS_appIcon_32x32.png", "128": "images\/CWS_appIcon_128x128.png", "512": "images\/CWS_appIcon_512x512.png" }, "browser_action": { "default_icon": "images\/CWS_appIcon_512x512.png", "default_popup": "popup.html" }, "background": { "scripts": [] }, "permissions": [], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |