Go2 Domain Root
Find the root of your domain.
Go2 Domain Rootとは何ですか?
Go2 Domain RootはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Find the root of your domain.」です。
拡張機能のスクリーンショット
Go2 Domain Root拡張機能のCRXファイルをダウンロード
Go2 Domain Root拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Go2 Domain Root Go2 Domain Root is an ultra simple plugin for quickly navigating from an URL within a domain to its root. Example: https://autos.ebay.com/somepage/search.php Clicking Go2 Domain Root would talk you to: https://ebay.com
拡張機能の基本情報
名前 | Go2 Domain Root |
ID | fbhcolmgnjkdlinknjpinikbjbmacckd |
公式URL | https://chromewebstore.google.com/detail/go2-domain-root/fbhcolmgnjkdlinknjpinikbjbmacckd |
説明 | Find the root of your domain. |
ファイルサイズ | 4.69 KB |
インストール数 | 54 |
現在のバージョン | 1.0 |
最終更新日 | 2015-07-30 |
公開日 | 2015-07-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | http://intripid.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Go2 Domain Root", "version": "1.0", "manifest_version": 2, "description": "Find the root of your domain.", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/", "https:\/\/*\/" ], "author": "Jase Pellerin", "browser_action": { "default_icon": "images\/icon.png" } } |