Wat is Create A Tag?
Create A Tag is een Chrome-extensie ontwikkeld door https://juuc.tumblr.com, en de belangrijkste functie is "Create Anchor tag ( ) With Page Title".
Extensie Screenshots
Download het CRX-bestand van de extensie Create A Tag
Download Create A Tag-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | Create A Tag |
ID | kjjgecjicknbkflbpolcpkflbemhmpio |
Officiële URL | https://chromewebstore.google.com/detail/create-a-tag/kjjgecjicknbkflbpolcpkflbemhmpio |
Beschrijving | Create Anchor tag ( ) With Page Title |
Bestandsgrootte | 12.04 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.3.0 |
Laatst Bijgewerkt | 2012-11-02 |
Publicatiedatum | 2012-11-02 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://juuc.tumblr.com |
Betalingswijze | free |
Ondersteunde Talen | 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" } |