URL Switcher
Navigate URL Hierarchy
URL Switcherとは何ですか?
URL Switcherはcurvedmarkによって開発されたChromeの拡張機能で、その主な機能は「Navigate URL Hierarchy」です。
拡張機能のスクリーンショット
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 |
ID | jhokdbpcimdpkmgbdnmgcbklohaeleel |
公式URL | 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 } } |