Straight to the Link
Scrolls to and highlights the backlink
Straight to the Linkคืออะไร?
Straight to the Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย snegostoop และคุณลักษณะหลักของมันคือ "Scrolls to and highlights the backlink"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Straight to the Link
ดาวน์โหลดไฟล์ส่วนขยาย Straight to the Link ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Straight-to-the-Link is an extension that helps SEO specialists with the process of backlinks analysis. When doing your backlinks research, oftentimes you find yourself manually surfing through pages that link to your website. But finding your link on each page time after time is a tedious task. Straight-to-the-link eliminates this hassle. You just type in your domain name and the browser will scroll down to the link and highlight it for you.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Straight to the Link |
ID | jpcnkfpdmjkokgicahgfmegdhpgcdfbc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/straight-to-the-link/jpcnkfpdmjkokgicahgfmegdhpgcdfbc |
คำอธิบาย | Scrolls to and highlights the backlink |
ขนาดไฟล์ | 77.04 KB |
จำนวนการติดตั้ง | 61 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2014-08-17 |
วันที่เผยแพร่ | 2014-08-17 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | snegostoop |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Straight to the Link", "description": "Scrolls to and highlights the backlink", "version": "1.0.6", "options_page": "options.html", "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "browser_action": { "default_title": "Set the domain", "default_icon": "img\/16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "cont_script.js" ] } ], "manifest_version": 2 } |