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 là gì?
Butterfly là một tiện ích mở rộng Chrome được phát triển bởi 三角猫, và tính năng chính của nó là "Shorten and share a URL to your SNS. Contains several shortener and SNS, e.g., goo.gl, is.gd, twitter, facebook, sina, kaixin001,…".
Tải xuống tệp CRX của tiện ích mở rộng Butterfly
Tải xuống các tệp mở rộng Butterfly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Butterfly |
ID | pofanjellkmepliaagnpopjndkkdlolg |
URL Chính Thức | https://chromewebstore.google.com/detail/butterfly/pofanjellkmepliaagnpopjndkkdlolg |
Mô tả | Shorten and share a URL to your SNS. Contains several shortener and SNS, e.g., goo.gl, is.gd, twitter, facebook, sina, kaixin001,… |
Kích Thước Tệp | 184 KB |
Số Lần Cài Đặt | 1,418 |
Phiên Bản Hiện Tại | 0.5.0 |
Cập Nhật Lần Cuối | 2015-02-28 |
Ngày Phát Hành | 2015-02-28 |
Đánh Giá | 3.44/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | 三角猫 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |