Deep Link
Create a link to a specific portion of a page by selecting a text snippet and using right click of a mouse.
Deep Linkคืออะไร?
Deep Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dejan-tools และคุณลักษณะหลักของมันคือ "Create a link to a specific portion of a page by selecting a text snippet and using right click of a mouse."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deep Link
ดาวน์โหลดไฟล์ส่วนขยาย Deep Link ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you sharing a link to a very long page and want users to land on a specific section of it? Use this extension to create deep links to web pages and send users to any text part of the page. This is useful when sharing long articles, manuals and other long online documents. How this extension works: 1. Highlight a short piece of text on any web page 2. Right click and select "copy text fragment" 3. Paste the link to share with others When someone clicks on your deep link they'll land on the exact part of the text you wanted.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Deep Link |
ID | bkkmlnpmddopcofdbpbbpekcmpgioiob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/deep-link/bkkmlnpmddopcofdbpbbpekcmpgioiob |
คำอธิบาย | Create a link to a specific portion of a page by selecting a text snippet and using right click of a mouse. |
ขนาดไฟล์ | 220 KB |
จำนวนการติดตั้ง | 359 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-03-03 |
วันที่เผยแพร่ | 2020-05-31 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | dejan-tools |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_icon": "images\/icon.png" }, "description": "Create a link to a specific portion of a page by selecting a text snippet and using right click of a mouse.", "icons": { "128": "images\/icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2qSeplf\/HWOkBclsQ5KsIE4z2XHU7RhrnQ+xeVjnliZ\/YwQhhBxRI3q1dne9o2egDFJmRCvaayvfUWRwIyAFZp1yXf0AYv4XP\/CBz\/t4cZBky2TEl0C1TeQxhtkOdC\/+WRHSrzF8CzKxL1LTMUua7yMiGRqf3EatVtXybh+YbLQBnOChQYyqqb\/IJWQ8I0VRRMsLGgQrYandtw4UoZG\/RJisMFaNXJKtyH7AOF8oUgvfLKoYMEYwewezl0BH+uqd\/GX9lCn7wSJK\/9\/INDM0XhVIvp\/nVSU0UuKOrcDQZK+POgL90qJ4iiG6VDlNyRVqKol0WdqmUZ06GAjUM7m2nwIDAQAB", "manifest_version": 3, "name": "Deep Link", "permissions": [ "contextMenus", "scripting" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |