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"
}
} | |