Create A Tag

Create Anchor tag ( ) With Page Title

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Create A Tag

Scarica i file di estensione Create A Tag 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

                        Create a Link Tag easily!
This extensions make "Anchor Tag"  with the URL and Title you are browsing.

For example:
Page Title

Options:
- setting ID (...
or
) - adding target="_blank" - Support Manifest Version in the manifest file (var.1.3.0)

Informazioni di Base sull'Estensione

Nome Create A Tag Create A Tag
ID kjjgecjicknbkflbpolcpkflbemhmpio
URL Ufficiale https://chromewebstore.google.com/detail/create-a-tag/kjjgecjicknbkflbpolcpkflbemhmpio
Descrizione Create Anchor tag ( ) With Page Title
Dimensione del File 12.04 KB
Conteggio Installazioni 14
Versione Corrente 1.3.0
Ultimo Aggiornamento 2012-11-02
Data di Pubblicazione 2012-11-02
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore https://juuc.tumblr.com
Tipo di Pagamento free
Lingue Supportate en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Create A Tag",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "Create Anchor tag (  ) With Page Title",
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}