Link Making Tool
This app is a html link tool that you open the current page.
Apa itu Link Making Tool?
Link Making Tool adalah ekstensi Chrome yang dikembangkan oleh flowers, dan fitur utamanya adalah "This app is a html link tool that you open the current page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Link Making Tool
Unduh file ekstensi Link Making Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
表示しているページのHTMLリンクタグを1クリックで作成できるツールです。
HTMLタグとメルマガ用の2種類を作成できます。
ver1.0 一般公開 Informasi Dasar Ekstensi
| Nama | |
| ID | kgefgnmojdeicmllnpchpibagalkgcio |
| URL Resmi | https://chromewebstore.google.com/detail/link-making-tool/kgefgnmojdeicmllnpchpibagalkgcio |
| Deskripsi | This app is a html link tool that you open the current page. |
| Ukuran File | 47.06 KB |
| Jumlah Instalasi | 277 |
| Versi Saat Ini | 1.0.0 |
| Terakhir Diperbarui | 2016-05-10 |
| Tanggal Publikasi | 2016-05-10 |
| Pengembang | flowers |
| [email protected] | |
| Tipe Pembayaran | free |
| URL Halaman Kebijakan Privasi | http://ameblo.jp/flowerssan/entry-12159034152.html |
| Bahasa yang Didukung | 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"
} | |