Google Search Result Url Shortener
Cut the needless parameters in Google search result url.
Google Search Result Url Shortenerとは何ですか?
Google Search Result Url Shortenerはk.bigwheel (Kazufumi Nishida)によって開発されたChromeの拡張機能で、その主な機能は「Cut the needless parameters in Google search result url.」です。
拡張機能のスクリーンショット
Google Search Result Url Shortener拡張機能のCRXファイルをダウンロード
Google Search Result Url Shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Cut the needless parameters in Google search result url. github: https://github.com/bigwheel/google-search-result-url-shortener
拡張機能の基本情報
名前 | Google Search Result Url Shortener |
ID | coigfbofeliglgkjaopaalfagoapncef |
公式URL | https://chromewebstore.google.com/detail/google-search-result-url/coigfbofeliglgkjaopaalfagoapncef |
説明 | Cut the needless parameters in Google search result url. |
ファイルサイズ | 13.22 KB |
インストール数 | 298 |
現在のバージョン | 1.1.1 |
最終更新日 | 2012-08-11 |
公開日 | 2012-08-10 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | k.bigwheel (Kazufumi Nishida) |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Result Url Shortener", "version": "1.1.1", "manifest_version": 2, "description": "Cut the needless parameters in Google search result url.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "page_action": { "default_icon": "icon48.png", "default_title": "Cut the needless parameters in Google search result url." } } |