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
公式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"
            ]
        }
    ]
}