Anchor headings

Adds anchors to headings

What is Anchor headings?

Anchor headings is a Chrome extension developed by Michael Radionov, and its main feature is "Adds anchors to headings".

Extension Screenshots

screenshot

Download Anchor headings Extension CRX File

Download Anchor headings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Anchor headings Anchor headings
ID lggjnoadjgfilclcmbakfkkfjjkhdpfo
Official URL https://chromewebstore.google.com/detail/anchor-headings/lggjnoadjgfilclcmbakfkkfjjkhdpfo
Description Adds anchors to headings
File Size 5.67 KB
Installation Count 22
Current Version 0.1.0
Last Updated 2016-07-21
Publish Date 2016-07-21
Rating 3.00/5 Total 2 Ratings
Developer Michael Radionov
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}