Decode URLs
Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
Decode URLsとは何ですか?
Decode URLsはAvi Kleinによって開発されたChromeの拡張機能で、その主な機能は「Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).」です。
拡張機能のスクリーンショット
Decode URLs拡張機能のCRXファイルをダウンロード
Decode URLs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
拡張機能の基本情報
名前 | Decode URLs |
ID | ammnkklofnncmpmenbffefpmdnocnmlp |
公式URL | https://chromewebstore.google.com/detail/decode-urls/ammnkklofnncmpmenbffefpmdnocnmlp |
説明 | Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.). |
ファイルサイズ | 7.79 KB |
インストール数 | 238 |
現在のバージョン | 1 |
最終更新日 | 2019-04-24 |
公開日 | 2019-04-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Avi Klein |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Decode URLs", "short_name": "Decode URLs", "version": "1", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "Popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |