Short Cut for URL mapper

This extension will translate the URL in address bar

什麼是Short Cut for URL mapper?

Short Cut for URL mapper是由lwpro2開發的Chrome擴展程式,該擴展的主要功能是“This extension will translate the URL in address bar”。

擴展截圖

下載Short Cut for URL mapper擴展crx文件

下載Short Cut for URL mapper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Tired of remembering the URLs ? Short Cut for URL mapper would enable you to configure the keyword to long URL mapping.                    

擴展基本資訊

名稱 Short Cut for URL mapper Short Cut for URL mapper
ID lafchflokhmpcoaondfeffplkdnoaelh
官方網址 https://chromewebstore.google.com/detail/short-cut-for-url-mapper/lafchflokhmpcoaondfeffplkdnoaelh
簡介 This extension will translate the URL in address bar
檔案大小 629 KB
安裝次數 17
目前版本 1.0
更新時間 2016-06-11
上架時間 2016-06-11
評分 5.00/5 共 2 次評分
開發者 lwpro2
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Short Cut for URL mapper",
    "description": "This extension will translate the URL in address bar",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+A",
                "mac": "Command+Shift+Y"
            },
            "description": "Display Id and URL of the current open\/active tab.",
            "global": true
        }
    },
    "omnibox": {
        "keyword": "sc"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/"
    ]
}