Dev Tools

Tools for Developers.

Dev Toolsとは何ですか?

Dev ToolsはBalcones Enterprisesによって開発されたChromeの拡張機能で、その主な機能は「Tools for Developers.」です。

拡張機能のスクリーンショット

screenshot

Dev Tools拡張機能のCRXファイルをダウンロード

Dev Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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]                    

拡張機能の基本情報

名前 Dev Tools Dev Tools
ID leffbcbamfabplbkbgjpdfafcajhjffl
公式URL https://chromewebstore.google.com/detail/dev-tools/leffbcbamfabplbkbgjpdfafcajhjffl
説明 Tools for Developers.
ファイルサイズ 1.14 MB
インストール数 32
現在のバージョン 1.0
最終更新日 2019-07-24
公開日 2019-07-24
開発者 Balcones Enterprises
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://balconesenterprises.com/privacy-policy
対応言語 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'"
}