Anchor headings

Adds anchors to headings

Anchor headingsคืออะไร?

Anchor headings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael Radionov และคุณลักษณะหลักของมันคือ "Adds anchors to headings"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anchor headings

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

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

                        In long articles and tutorials each paragraph usually has it's own heading. Sometimes one wants copy a link to a particular paragraph, but not every website has such a link. This extension tries to solve the problem by adding an anchor link to each heading on a page in a form of "hash" sign `#` - you can either click on it and then copy complete URL from browser's address bar or use context menu to copy a link directly.                    

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

ชื่อ Anchor headings Anchor headings
ID lggjnoadjgfilclcmbakfkkfjjkhdpfo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anchor-headings/lggjnoadjgfilclcmbakfkkfjjkhdpfo
คำอธิบาย Adds anchors to headings
ขนาดไฟล์ 5.67 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2016-07-21
วันที่เผยแพร่ 2016-07-21
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Michael Radionov
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anchor headings",
    "description": "Adds anchors to headings",
    "version": "0.1.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ]
}