Create A Tag

Create Anchor tag ( ) With Page Title

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Create A Tag

Téléchargez les fichiers d'extension Create A Tag au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)

Informations de Base sur l'Extension

Nom Create A Tag Create A Tag
ID kjjgecjicknbkflbpolcpkflbemhmpio
URL Officiel https://chromewebstore.google.com/detail/create-a-tag/kjjgecjicknbkflbpolcpkflbemhmpio
Description Create Anchor tag ( ) With Page Title
Taille du Fichier 12.04 KB
Nombre d'Installations 14
Version Actuelle 1.3.0
Dernière Mise à Jour 2012-11-02
Date de Publication 2012-11-02
Évaluation 3.50/5 Total 2 Évaluations
Développeur https://juuc.tumblr.com
Type de Paiement free
Langues Prises en Charge 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"
}