Link Making Tool

This app is a html link tool that you open the current page.

什麼是Link Making Tool?

Link Making Tool是由flowers開發的Chrome擴展程式,該擴展的主要功能是“This app is a html link tool that you open the current page.”。

擴展截圖

screenshot

下載Link Making Tool擴展crx文件

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

擴展使用說明

                        表示しているページのHTMLリンクタグを1クリックで作成できるツールです。
HTMLタグとメルマガ用の2種類を作成できます。

ver1.0 一般公開                    

擴展基本資訊

名稱 Link Making Tool Link Making Tool
ID kgefgnmojdeicmllnpchpibagalkgcio
官方網址 https://chromewebstore.google.com/detail/link-making-tool/kgefgnmojdeicmllnpchpibagalkgcio
簡介 This app is a html link tool that you open the current page.
檔案大小 47.06 KB
安裝次數 277
目前版本 1.0.0
更新時間 2016-05-10
上架時間 2016-05-10
開發者 flowers
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://ameblo.jp/flowerssan/entry-12159034152.html
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "tool.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/"
    ],
    "default_locale": "ja"
}