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
公式URL 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
Eメール [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"
}