Link to Here
Adds a context menu to link to the nearest anchor before the selected text.
Link to Hereคืออะไร?
Link to Here เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeffrey Yasskin และคุณลักษณะหลักของมันคือ "Adds a context menu to link to the nearest anchor before the selected text."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link to Here
ดาวน์โหลดไฟล์ส่วนขยาย Link to Here ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Have you ever wanted to link to a specific place in a web page, but the page's authors forgot to tell you the right link target? This extension finds the nearest linkable place in the page before the text you've selected and links there. This extension uses the new activeTab permission to avoid running on any page except the ones you explicitly ask it to, so it currently only supports the Chrome beta channel. WARNING: This extension will probably do badly on pages with iframes, especially cross-origin iframes. We'll fix this eventually...
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Link to Here |
ID | fhpigohjannbboeplbkfdkojklnjiknh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/link-to-here/fhpigohjannbboeplbkfdkojklnjiknh |
คำอธิบาย | Adds a context menu to link to the nearest anchor before the selected text. |
ขนาดไฟล์ | 4.98 KB |
จำนวนการติดตั้ง | 168 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2013-02-20 |
วันที่เผยแพร่ | 2013-02-19 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Jeffrey Yasskin |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link to Here", "version": "0.2.1", "manifest_version": 2, "minimum_chrome_version": "26", "description": "Adds a context menu to link to the nearest anchor before the selected text.", "icons": { "16": "icon16.png", "128": "icon128.png" }, "permissions": [ "activeTab", "clipboardWrite", "contextMenus" ], "background": { "persistent": false, "scripts": [ "eventPage.js" ] }, "offline_enabled": true } |