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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Making Tool
ดาวน์โหลดไฟล์ส่วนขยาย Link Making Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
表示しているページのHTMLリンクタグを1クリックで作成できるツールです。
HTMLタグとメルマガ用の2種類を作成できます。
ver1.0 一般公開 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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 |
| 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"
} | |