Link Grabber

An easy to use extractor or grabber for hyperlinks on an HTML page

Link Grabberคืออะไร?

Link Grabber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Don และคุณลักษณะหลักของมันคือ "An easy to use extractor or grabber for hyperlinks on an HTML page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Grabber

ดาวน์โหลดไฟล์ส่วนขยาย Link Grabber ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extract links from an HTML page and display them in another tab.

Features:
* Requires no special permissions
* No usage information / analytics are collected from you
* Use either browser action button or context menu item to activate
* Configurable list of blocked domains
* Filter links by substring match
* Copy links to clipboard
* Show/hide links that appear more than once on the page
* Show/hide links to the same hostname as the source page
* Group links by domain

Source Code:
https://github.com/7fffffff/linkgrabber

Thanks to:

Icons by FatCow
http://www.fatcow.com/free-icons

React
http://facebook.github.io/react/

Twitter Bootstrap
http://twitter.github.com/bootstrap                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Link Grabber Link Grabber
ID caodelkhipncidmoebgbbeemedohcdma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/link-grabber/caodelkhipncidmoebgbbeemedohcdma
คำอธิบาย An easy to use extractor or grabber for hyperlinks on an HTML page
ขนาดไฟล์ 200 KB
จำนวนการติดตั้ง 211,861
เวอร์ชันปัจจุบัน 0.5.2
อัปเดตครั้งล่าสุด 2023-04-30
วันที่เผยแพร่ 2017-11-10
คะแนน 4.58/5 รวมทั้งหมด 219 คะแนน
ผู้พัฒนา Don
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/7fffffff/linkgrabber
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Grabber",
    "manifest_version": 2,
    "version": "0.5.2",
    "description": "An easy to use extractor or grabber for hyperlinks on an HTML page",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "storage"
    ],
    "incognito": "split",
    "options_page": "\/html\/options.html",
    "icons": {
        "16": "\/images\/link_go_16.png",
        "32": "\/images\/link_go_32.png",
        "48": "\/images\/link_go_48.png",
        "128": "\/images\/link_go_128.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "\/images\/link_go_19.png",
        "default_title": "Extract the links on this page"
    }
}