Dev Tool

a little tool to convert, encrypt in chrome extension

Dev Toolとは何ですか?

Dev Toolはsensationtxによって開発されたChromeの拡張機能で、その主な機能は「a little tool to convert, encrypt in chrome extension」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        a little tool to base64, URL, Unicode, Hex encode/decode, encrypt, hash and regexp test in chrome extension.                    

拡張機能の基本情報

名前 Dev Tool Dev Tool
ID bhdfbgcflacmmmmpgdcgdggkpfhfmkbf
公式URL https://chrome.google.com/webstore/detail/dev-tool/bhdfbgcflacmmmmpgdcgdggkpfhfmkbf
説明 a little tool to convert, encrypt in chrome extension
ファイルサイズ 216 KB
インストール数 19
現在のバージョン 0.1.2
最終更新日 2017-09-16
公開日 2017-09-16
評価 5.00/5 合計 1 レビュー
開発者 sensationtx
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/evilchurch/chrome_ext_tool
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dev Tool",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "a little tool to convert, encrypt in chrome extension",
    "icons": {
        "48": "static\/img\/icon.png"
    },
    "browser_action": {
        "default_icon": "static\/img\/icon.png",
        "default_title": "Dev Tool to encrypt or convert",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}