Link Gopher
Extracts and collates links from web pages
什么是Link Gopher?
Link Gopher是由Andrew Ziem开发的Chrome扩展程序,该扩展的主要功能是“Extracts and collates links from web pages”。
扩展截图
下载Link Gopher扩展crx文件
下载Link Gopher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for copy and paste into other systems. 扩展基本信息
| 名称 | |
| ID | bpjdkodgnbfalgghnbeggfbfjpcfamkf |
| 官方URL | https://chromewebstore.google.com/detail/link-gopher/bpjdkodgnbfalgghnbeggfbfjpcfamkf |
| 简介 | Extracts and collates links from web pages |
| 文件大小 | 31.35 KB |
| 安装次数 | 30,504 |
| 当前版本 | 2.5.0 |
| 更新时间 | 2023-09-28 |
| 上架时间 | 2017-11-28 |
| 评分 | 4.57/5 共21次评分 |
| 开发者 | Andrew Ziem |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://sites.google.com/site/linkgopher/ |
| 支持的语言 | de,en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "2.5.0",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"homepage_url": "https:\/\/sites.google.com\/site\/linkgopher\/",
"icons": {
"16": "icons\/link-gopher-16.png",
"32": "icons\/link-gopher-32.png",
"64": "icons\/link-gopher-64.png"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "45.0"
}
},
"host_permissions": [
"*:\/\/*\/*"
],
"permissions": [
"scripting"
],
"action": {
"default_icon": "icons\/link-gopher-32.png",
"default_title": "__MSG_extensionName__",
"default_popup": "popup\/popup.html"
},
"content_security_policy": []
} | |