Dev Tools
Tools for Developers.
Wat is Dev Tools?
Dev Tools is een Chrome-extensie ontwikkeld door Balcones Enterprises, en de belangrijkste functie is "Tools for Developers.".
Extensie Screenshots
Download het CRX-bestand van de extensie Dev Tools
Download Dev Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | Dev Tools |
ID | leffbcbamfabplbkbgjpdfafcajhjffl |
Officiële URL | https://chromewebstore.google.com/detail/dev-tools/leffbcbamfabplbkbgjpdfafcajhjffl |
Beschrijving | Tools for Developers. |
Bestandsgrootte | 1.14 MB |
Aantal Installaties | 32 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-07-24 |
Publicatiedatum | 2019-07-24 |
Ontwikkelaar | Balcones Enterprises |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://balconesenterprises.com/privacy-policy |
Ondersteunde Talen | 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'" } |