ztools - Encrypt password online
Encrypt password, encrypt md5, URL-encodes
ztools - Encrypt password onlineとは何ですか?
ztools - Encrypt password onlineはnhtungによって開発されたChromeの拡張機能で、その主な機能は「Encrypt password, encrypt md5, URL-encodes」です。
拡張機能のスクリーンショット
ztools - Encrypt password online拡張機能のCRXファイルをダウンロード
ztools - Encrypt password online拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
More free useful tools for developer. Encrypt password, password online generator, encrypt md5 online, decrypt md5 online, URL-encodes string, Decodes URL-encoded string, Convert HTML entities, generator QR-Code online 拡張機能の基本情報
| 名前 | |
| ID | iplgdneegggdenfnfobpdeoijlbhdfba |
| 公式URL | https://chromewebstore.google.com/detail/ztools-encrypt-password-o/iplgdneegggdenfnfobpdeoijlbhdfba |
| 説明 | Encrypt password, encrypt md5, URL-encodes |
| ファイルサイズ | 36.19 KB |
| インストール数 | 13 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2018-03-14 |
| 公開日 | 2018-03-13 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | nhtung |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://ztools.info/ |
| ヘルプページのURL | https://ztools.info/help |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ztools - Encrypt password online",
"description": "Encrypt password, encrypt md5, URL-encodes",
"version": "2.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "ZTools - Encrypt password, encrypt md5, URL-encodes, HTML entities, QR-Code online"
},
"background": {
"scripts": [
"content\/background.js",
"jquery.min.js"
],
"persistent": false
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"activeTab"
]
} | |