Link Extractor
This helps you see the links extracted from registered sites without connecting to a website containing the keywords that you prefer
Link Extractorคืออะไร?
Link Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ashnkylin และคุณลักษณะหลักของมันคือ "This helps you see the links extracted from registered sites without connecting to a website containing the keywords that you prefer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Extractor
ดาวน์โหลดไฟล์ส่วนขยาย Link Extractor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This enables the following features. you can get and check its list up to date for the extracted link's info matched up to the keyword which you register without having to visit directly the site which you prefer. Anytime you can easily add, remove and modify a site with the specified keywords. In addition, you can use link-highlighting of keywords provided a similar approach.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Link Extractor |
ID | gpfoeagcgabbdibhiofcmeimcbkafndo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/link-extractor/gpfoeagcgabbdibhiofcmeimcbkafndo |
คำอธิบาย | This helps you see the links extracted from registered sites without connecting to a website containing the keywords that you prefer |
ขนาดไฟล์ | 79.16 KB |
จำนวนการติดตั้ง | 1,598 |
เวอร์ชันปัจจุบัน | 0.0.91 |
อัปเดตครั้งล่าสุด | 2013-11-17 |
วันที่เผยแพร่ | 2013-11-17 |
คะแนน | 3.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | ashnkylin |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Extractor", "description": "This helps you see the links extracted from registered sites without connecting to a website containing the keywords that you prefer", "version": "0.0.91", "browser_action": { "default_icon": "img\/icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "img\/bg.jpg", "img\/txt_preview.gif", "img\/loading.gif", "img\/btnX.gif", "img\/btnOk.gif", "img\/btnSave.gif", "img\/btnCancel.gif", "img\/rect.gif", "img\/vscb_icon.png", "img\/radio.png", "img\/checkbox.png", "img\/favicon.png", "img\/whatkwd.png", "img\/question.png", "img\/txt_sort.png", "img\/menu_bg.png", "img\/expand.png", "img\/collapse.png", "img\/btnCollapseAll.png", "img\/btnExpandAll.png", "img\/btnAddSite.png", "img\/btnInfo.png", "img\/btnCamel.png", "img\/btnSpellchk.png", "img\/btnSetting.png", "img\/btnRefresh.png", "img\/btnXClose.png", "img\/logo.png" ], "icons": { "128": "img\/icon_128.png", "64": "img\/icon_64.png", "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png" } } |