Link grabber pro

Extract links from various website and also analyse it!

Link grabber proคืออะไร?

Link grabber pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Janarthanan และคุณลักษณะหลักของมันคือ "Extract links from various website and also analyse it!"

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

screenshot
screenshot
screenshot

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

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

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

                        Grab links from various website !
# hold CTRL + drag to select area of link 
#hold ALT + click on link to select it  and right click  on the selected link  after that 
click download in context menu
#right click on the link and click download from context menu

Analyse website links!
click  current tab link button and you can get analyse the details of link 
in new tab!                    

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

ชื่อ Link grabber pro Link grabber pro
ID anmdhhemdaneikopdjaakppacljbnkpc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/link-grabber-pro/anmdhhemdaneikopdjaakppacljbnkpc
คำอธิบาย Extract links from various website and also analyse it!
ขนาดไฟล์ 67.58 KB
จำนวนการติดตั้ง 619
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-07-13
วันที่เผยแพร่ 2018-07-13
คะแนน 2.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Janarthanan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.janaravi.com
URL หน้าช่วยเหลือ http://www.janaravi.com/linkgrabber.html
URL หน้านโยบายความเป็นส่วนตัว http://www.janaravi.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link grabber pro",
    "version": "1.1",
    "description": "Extract links from various website and also analyse it!",
    "browser_action": {
        "default_title": "Manage your links",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "128": "128.png"
    },
    "permissions": [
        "activeTab",
        "",
        "storage",
        "notifications",
        "contextMenus",
        "clipboardWrite",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}