Create A Tag

Create Anchor tag ( ) With Page Title

擴展截圖

screenshot
screenshot

下載Create A Tag擴展crx文件

下載Create A Tag擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)

擴展基本資訊

名稱 Create A Tag Create A Tag
ID kjjgecjicknbkflbpolcpkflbemhmpio
官方網址 https://chromewebstore.google.com/detail/create-a-tag/kjjgecjicknbkflbpolcpkflbemhmpio
簡介 Create Anchor tag ( ) With Page Title
檔案大小 12.04 KB
安裝次數 14
目前版本 1.3.0
更新時間 2012-11-02
上架時間 2012-11-02
評分 3.50/5 共 2 次評分
開發者 https://juuc.tumblr.com
付費類型 free
支援的語言 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"
}