Link Extractor
An easy to use extractor for hyperlinks on any page
什麼是Link Extractor?
Link Extractor是由ultimateblaze1開發的Chrome擴展程式,該擴展的主要功能是“An easy to use extractor for hyperlinks on any page”。
擴展截圖
下載Link Extractor擴展crx文件
下載Link Extractor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily extract all links from any website by just pressing the Apps icon. You can also filter the result how you like.
擴展基本資訊
名稱 | |
ID | ijknljdfdogfmhlbcfiohoaihoeegecc |
官方網址 | https://chrome.google.com/webstore/detail/link-extractor/ijknljdfdogfmhlbcfiohoaihoeegecc |
簡介 | An easy to use extractor for hyperlinks on any page |
檔案大小 | 876 KB |
安裝次數 | 4,873 |
目前版本 | 0.3 |
更新時間 | 2019-04-14 |
上架時間 | 2019-04-14 |
評分 | 3.83/5 共 6 次評分 |
開發者 | ultimateblaze1 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Extractor", "version": "0.3", "options_page": "html\/options.html", "incognito": "split", "description": "An easy to use extractor for hyperlinks on any page", "permissions": [ "activeTab", "storage", "clipboardWrite", "contextMenus" ], "browser_action": { "default_title": "Extract the links on this page", "default_icon": { "16": "images\/hyperlink.png", "32": "images\/hyperlink.png", "48": "images\/hyperlink.png", "128": "images\/hyperlink.png" } }, "icons": { "16": "images\/hyperlink.png", "32": "images\/hyperlink.png", "48": "images\/hyperlink.png", "128": "images\/hyperlink.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |