Link Making Tool

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

Qu'est-ce que Link Making Tool ?

Link Making Tool est une extension Chrome développée par flowers, et sa fonction principale est "This app is a html link tool that you open the current page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Link Making Tool

Téléchargez les fichiers d'extension Link Making Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

ver1.0 一般公開                    

Informations de Base sur l'Extension

Nom Link Making Tool Link Making Tool
ID kgefgnmojdeicmllnpchpibagalkgcio
URL Officiel https://chromewebstore.google.com/detail/link-making-tool/kgefgnmojdeicmllnpchpibagalkgcio
Description This app is a html link tool that you open the current page.
Taille du Fichier 47.06 KB
Nombre d'Installations 277
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-05-10
Date de Publication 2016-05-10
Développeur flowers
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://ameblo.jp/flowerssan/entry-12159034152.html
Langues Prises en Charge 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"
}