Link Making Tool

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

ما هو Link Making Tool؟

Link Making Tool هو إضافة Chrome تم تطويرها بواسطة flowers، والميزة الرئيسية لها هي "This app is a html link tool that you open the current page.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Link Making Tool

قم بتنزيل ملفات الامتداد Link Making Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        表示しているページの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
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية 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"
}