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,…".

تحميل ملف CRX للإضافة Butterfly

قم بتنزيل ملفات الامتداد Butterfly بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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"
}