URL Switcher

Navigate URL Hierarchy

什麼是URL Switcher?

URL Switcher是由curvedmark開發的Chrome擴展程式,該擴展的主要功能是“Navigate URL Hierarchy”。

擴展截圖

screenshot
screenshot

下載URL Switcher擴展crx文件

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

擴展使用說明

                        Navigate through website URL Hierarchy. Inspired by Safari.

Source code hosted on GitHub: https://github.com/curvedmark/url-switcher                    

擴展基本資訊

名稱 URL Switcher URL Switcher
ID jhokdbpcimdpkmgbdnmgcbklohaeleel
官方網址 https://chromewebstore.google.com/detail/url-switcher/jhokdbpcimdpkmgbdnmgcbklohaeleel
簡介 Navigate URL Hierarchy
檔案大小 7.12 KB
安裝次數 36
目前版本 0.1.0
更新時間 2013-11-08
上架時間 2013-11-08
開發者 curvedmark
付費類型 free
擴展官網 https://github.com/curvedmark
說明頁面URL https://github.com/curvedmark/url-switcher/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Switcher",
    "version": "0.1.0",
    "description": "Navigate URL Hierarchy",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js",
            "url.js"
        ],
        "persistent": false
    }
}