Link Gopher
Extracts and collates links from web pages
Link Gopher là gì?
Link Gopher là một tiện ích mở rộng Chrome được phát triển bởi Andrew Ziem, và tính năng chính của nó là "Extracts and collates links from web pages".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Link Gopher
Tải xuống các tệp mở rộng Link Gopher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for copy and paste into other systems.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Link Gopher |
ID | bpjdkodgnbfalgghnbeggfbfjpcfamkf |
URL Chính Thức | https://chromewebstore.google.com/detail/link-gopher/bpjdkodgnbfalgghnbeggfbfjpcfamkf |
Mô tả | Extracts and collates links from web pages |
Kích Thước Tệp | 31.35 KB |
Số Lần Cài Đặt | 30,504 |
Phiên Bản Hiện Tại | 2.5.0 |
Cập Nhật Lần Cuối | 2023-09-28 |
Ngày Phát Hành | 2017-11-28 |
Đánh Giá | 4.57/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | Andrew Ziem |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sites.google.com/site/linkgopher/ |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |