Bounce

Share Links with Friends, Privately.

ما هو Bounce؟

Bounce هو إضافة Chrome تم تطويرها بواسطة https://bounce-it.com، والميزة الرئيسية لها هي "Share Links with Friends, Privately.".

لقطات شاشة التمديد

screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Bounce بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Bounce provides a quick and simple way to share your favorite content, including articles, videos, images from around the web to your friends, family and colleagues in a streamlined interface for both the sender and the receiver. Bounce eliminates the need to email links.                    

معلومات أساسية عن التمديد

الاسم Bounce Bounce
ID falgkginoepelacanocifgmkiljnkbhi
عنوان URL الرسمي https://chromewebstore.google.com/detail/bounce/falgkginoepelacanocifgmkiljnkbhi
الوصف Share Links with Friends, Privately.
حجم الملف 19.21 KB
عدد التثبيتات 14
النسخة الحالية 1.0
آخر تحديث 2015-01-03
تاريخ النشر 2015-01-03
المطور https://bounce-it.com
نوع الدفع free
موقع الإضافة http://www.bounce-it.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bounce",
    "description": "Share Links with Friends, Privately.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "bounce.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "bounce.png",
        "48": "bounce.png",
        "128": "bounce.png"
    },
    "permissions": [
        "http:\/\/www.bounce-it.com\/",
        "tabs",
        "gcm",
        "storage"
    ]
}