Link to fragment

Create and copy link to selected text fragment

Link to fragmentคืออะไร?

Link to fragment เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lino Uruñuela และคุณลักษณะหลักของมันคือ "Create and copy link to selected text fragment"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link to fragment

ดาวน์โหลดไฟล์ส่วนขยาย Link to fragment ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        To create linkt to selected text:
1-Select text
2-Click icon
3-Copy link to selected text                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Link to fragment Link to fragment
ID edldjmaahfpnohhdhcbcmaedmnmfjgab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/link-to-fragment/edldjmaahfpnohhdhcbcmaedmnmfjgab
คำอธิบาย Create and copy link to selected text fragment
ขนาดไฟล์ 42.38 KB
จำนวนการติดตั้ง 224
เวอร์ชันปัจจุบัน Second version extension, new design (border radius)
อัปเดตครั้งล่าสุด 2020-12-10
วันที่เผยแพร่ 2020-06-08
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Lino Uruñuela
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link to fragment",
    "short_name": "Link to fragment",
    "description": "Create and copy link to selected text fragment",
    "icons": {
        "16": "images\/icon16-2-1.png",
        "24": "images\/icon24-2-1.png",
        "32": "images\/icon32-2-1.png",
        "64": "images\/icon64-2-1.png",
        "128": "images\/icon128-2-1.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16-2-1.png",
            "24": "images\/icon24-2-1.png",
            "32": "images\/icon32-2-1.png",
            "64": "images\/icon64-2-1.png",
            "128": "images\/icon128-2-1.png"
        }
    },
    "version": "1.3",
    "version_name": "Second version extension, new design (border radius)",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}