Link Making Tool
This app is a html link tool that you open the current page.
什么是Link Making Tool?
Link Making Tool是由flowers开发的Chrome扩展程序,该扩展的主要功能是“This app is a html link tool that you open the current page.”。
扩展截图
下载Link Making Tool扩展crx文件
下载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"
} | |