Butterfly
Shorten and share a URL to your SNS. Contains several shortener and SNS, e.g., goo.gl, is.gd, twitter, facebook, sina, kaixin001,…
Butterfly란 무엇입니까?
Butterfly은(는) 三角猫에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shorten and share a URL to your SNS. Contains several shortener and SNS, e.g., goo.gl, is.gd, twitter, facebook, sina, kaixin001,…"입니다.
Butterfly 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple extension to shorten and share a URL. Based on "goo.gl URL Shortener". Current feature: 1. Shorten URL, can choose shorten provider: goo.gl, is.gd, aa.cx. More provider will added later. 2. Share to your SNS (twitter, facebook, gmail, greader, etc.) 3. Auto copy to clipboard. (Optional) 4. Support include page title. (Optional) 5. Support twitter API publish shortened URL directly (Optional). Thanks for: 1. goo.gl URL Shortener : http://is.gd/bibcX 2. 奇文共赏: http://is.gd/bibh5
확장 프로그램 기본 정보
이름 | Butterfly |
ID | pofanjellkmepliaagnpopjndkkdlolg |
공식 URL | https://chromewebstore.google.com/detail/butterfly/pofanjellkmepliaagnpopjndkkdlolg |
설명 | Shorten and share a URL to your SNS. Contains several shortener and SNS, e.g., goo.gl, is.gd, twitter, facebook, sina, kaixin001,… |
파일 크기 | 184 KB |
설치 횟수 | 1,418 |
현재 버전 | 0.5.0 |
최근 업데이트 | 2015-02-28 |
출시 날짜 | 2015-02-28 |
평점 | 3.44/5 총 9 개의 평점 |
개발자 | 三角猫 |
결제 유형 | free |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "manifest_version": 2, "version": "0.5.0", "description": "__MSG_description__", "background": { "scripts": [ "scripts\/background.js", "scripts\/preferences.js", "scripts\/contextmenu.js", "scripts\/shortener.js", "scripts\/consts.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/butterfly-48.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "icons": { "32": "icons\/butterfly-32.png", "48": "icons\/butterfly-48.png", "128": "icons\/butterfly-128.png" }, "options_page": "options.html", "permissions": [ "activeTab", "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "default_locale": "zh_CN" } |