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.).”。

擴展截圖

screenshot

下載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 Decode URLs
ID ammnkklofnncmpmenbffefpmdnocnmlp
官方網址 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
電子郵箱 [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'"
}