Anchor headings

Adds anchors to headings

什麼是Anchor headings?

Anchor headings是由Michael Radionov開發的Chrome擴展程式,該擴展的主要功能是“Adds anchors to headings”。

擴展截圖

screenshot

下載Anchor headings擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}