Copy Text Fragment URL
Copy a link to any highlighted text just by right-clicking.
Copy Text Fragment URLคืออะไร?
Copy Text Fragment URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Rabon และคุณลักษณะหลักของมันคือ "Copy a link to any highlighted text just by right-clicking."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy Text Fragment URL
ดาวน์โหลดไฟล์ส่วนขยาย Copy Text Fragment URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        As of version 80, Chromium has a fancy new feature called "scroll to text fragment," letting you jump to anywhere in the page given specified text. This extension wraps that functionality, letting you highlight and right-click to easily copy a URL to where that text is on the page.
Inspired by and built for the Web's loyal vanguard and general lovable weirdo, Bruce Lawson.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | bemdbglmlhlkmkgfnleiofphhekephnm | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copy-text-fragment-url/bemdbglmlhlkmkgfnleiofphhekephnm | 
| คำอธิบาย | Copy a link to any highlighted text just by right-clicking. | 
| ขนาดไฟล์ | 148 KB | 
| จำนวนการติดตั้ง | 371 | 
| เวอร์ชันปัจจุบัน | 1.0.1 | 
| อัปเดตครั้งล่าสุด | 2020-03-12 | 
| วันที่เผยแพร่ | 2020-03-11 | 
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน | 
| ผู้พัฒนา | Andrew Rabon | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://github.com/andrewrabon/copy-text-fragment-url | 
| URL หน้าช่วยเหลือ | https://github.com/andrewrabon/copy-text-fragment-url/issues | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Text Fragment URL",
    "version": "1.0.1",
    "description": "Copy a link to any highlighted text just by right-clicking.",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    },
    "background": {
        "scripts": [
            "dist\/backgroundScript.js"
        ],
        "persistent": false
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "contextMenus"
    ]
}  |  |