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