Link Making Tool

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

What is Link Making Tool?

Link Making Tool is a Chrome extension developed by flowers, and its main feature is "This app is a html link tool that you open the current page.".

Extension Screenshots

screenshot

Download Link Making Tool Extension CRX File

Download Link Making Tool 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

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

ver1.0 一般公開                    

Extension Basic Information

Name Link Making Tool Link Making Tool
ID kgefgnmojdeicmllnpchpibagalkgcio
Official URL https://chromewebstore.google.com/detail/link-making-tool/kgefgnmojdeicmllnpchpibagalkgcio
Description This app is a html link tool that you open the current page.
File Size 47.06 KB
Installation Count 277
Current Version 1.0.0
Last Updated 2016-05-10
Publish Date 2016-05-10
Developer flowers
Email [email protected]
Payment Type free
Privacy Policy Page URL http://ameblo.jp/flowerssan/entry-12159034152.html
Supported Languages 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"
}