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."입니다.

확장 프로그램 스크린샷

screenshot

Link Making Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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"
}