Link Parser
Parse href links from any web page
什麼是Link Parser?
Link Parser是由sh1m423開發的Chrome擴展程式,該擴展的主要功能是“Parse href links from any web page”。
擴展截圖
下載Link Parser擴展crx文件
下載Link Parser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Link parser allows extracting href links with a given prefix from any web page in one click. It helps to reduce manual work when multiple routine actions are needed.
擴展基本資訊
名稱 | Link Parser |
ID | cccbglaaelcpileeeladhmafobllkfeb |
官方網址 | https://chromewebstore.google.com/detail/link-parser/cccbglaaelcpileeeladhmafobllkfeb |
簡介 | Parse href links from any web page |
檔案大小 | 36.16 KB |
安裝次數 | 129 |
目前版本 | 1.0.1 |
更新時間 | 2022-10-12 |
上架時間 | 2022-10-12 |
開發者 | sh1m423 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Parser", "version": "1.0.1", "description": "Parse href links from any web page", "manifest_version": 3, "permissions": [ "activeTab", "storage", "scripting" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "link-parser-icon-16.png", "32": "link-parser-icon-32.png", "64": "link-parser-icon-48.png", "128": "link-parser-icon-128.png" } } |