Anchor headings

Adds anchors to headings

Cos'è Anchor headings?

Anchor headings è un'estensione di Chrome sviluppata da Michael Radionov, e la sua funzione principale è "Adds anchors to headings".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Anchor headings

Scarica i file di estensione Anchor headings in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Anchor headings Anchor headings
ID lggjnoadjgfilclcmbakfkkfjjkhdpfo
URL Ufficiale https://chromewebstore.google.com/detail/anchor-headings/lggjnoadjgfilclcmbakfkkfjjkhdpfo
Descrizione Adds anchors to headings
Dimensione del File 5.67 KB
Conteggio Installazioni 22
Versione Corrente 0.1.0
Ultimo Aggiornamento 2016-07-21
Data di Pubblicazione 2016-07-21
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Michael Radionov
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}