What is Create A Tag?
Create A Tag is a Chrome extension developed by https://juuc.tumblr.com, and its main feature is "Create Anchor tag ( ) With Page Title".
Extension Screenshots
Download Create A Tag Extension CRX File
Download Create A Tag 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
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)
Extension Basic Information
Name | Create A Tag |
ID | kjjgecjicknbkflbpolcpkflbemhmpio |
Official URL | https://chromewebstore.google.com/detail/create-a-tag/kjjgecjicknbkflbpolcpkflbemhmpio |
Description | Create Anchor tag ( ) With Page Title |
File Size | 12.04 KB |
Installation Count | 14 |
Current Version | 1.3.0 |
Last Updated | 2012-11-02 |
Publish Date | 2012-11-02 |
Rating | 3.50/5 Total 2 Ratings |
Developer | https://juuc.tumblr.com |
Payment Type | free |
Supported Languages | 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" } |