fragment
A tool for getting URLs of page fragments
fragmentคืออะไร?
fragment เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jmajnert และคุณลักษณะหลักของมันคือ "A tool for getting URLs of page fragments"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย fragment
ดาวน์โหลดไฟล์ส่วนขยาย fragment ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to quickly copy a fragment URL to a piece of a web page, for example a section in an article in wikipedia. To use it, turn it on, hover over the desired section (it should be highlighted in red) and click. The appropriate fragment URL is copied into the system's clipboard. Code available here: https://github.com/jmajnert/fragment
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | fragment |
ID | onabdcmognnippccjhcomlaniijgmkie |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fragment/onabdcmognnippccjhcomlaniijgmkie |
คำอธิบาย | A tool for getting URLs of page fragments |
ขนาดไฟล์ | 7.11 KB |
จำนวนการติดตั้ง | 86 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2015-07-17 |
วันที่เผยแพร่ | 2015-07-17 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | jmajnert |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "fragment", "description": "A tool for getting URLs of page fragments", "version": "0.5", "author": "Janusz Majnert", "permissions": [ "activeTab", "clipboardWrite" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Get fragment URL", "default_icon": "icon.png" }, "icons": { "128": "icon128.png" }, "manifest_version": 2 } |