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 |
官方網址 | 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" } } |