Handy Link Grabber
Skips sh.st links and any.gs links. github.com/starbuck93/handy-link-skipper
Handy Link Grabberとは何ですか?
Handy Link Grabberはgyamada619によって開発されたChromeの拡張機能で、その主な機能は「Skips sh.st links and any.gs links. github.com/starbuck93/handy-link-skipper」です。
Handy Link Grabber拡張機能のCRXファイルをダウンロード
Handy Link Grabber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | abdnnepcigdmnoekpojdefdmpoikffaj |
公式URL | https://chrome.google.com/webstore/detail/handy-link-grabber/abdnnepcigdmnoekpojdefdmpoikffaj |
説明 | Skips sh.st links and any.gs links. github.com/starbuck93/handy-link-skipper |
ファイルサイズ | 6.57 KB |
インストール数 | 95 |
現在のバージョン | 1.0.0 |
最終更新日 | 2015-11-05 |
公開日 | 2015-11-04 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | gyamada619 |
支払い方法 | free |
拡張機能のウェブサイト | http://handylink.net |
ヘルプページのURL | https://github.com/starbuck93/handy-link-skipper |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Handy Link Grabber", "short_name": "Handy Link", "description": "Skips sh.st links and any.gs links. github.com\/starbuck93\/handy-link-skipper", "version": "1.0.0", "minimum_chrome_version": "38", "permissions": [ "contextMenus", "tabs" ], "icons": { "16": "assets\/chromeiconsmall.png", "128": "assets\/chromeicon.png" }, "background": { "page": "background.html" } } |