Swirl it

Recommend the page you are on to one of your friends

ما هو Swirl it؟

Swirl it هو إضافة Chrome تم تطويرها بواسطة http://www.swrl.co، والميزة الرئيسية لها هي "Recommend the page you are on to one of your friends".

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

screenshot

تحميل ملف CRX للإضافة Swirl it

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

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

                        Swirl is a place to create reviews and recommendations for your friends. It makes it super simple to write a book, movie, music, or website review, and have your friends rate and discuss it.

You can also use it as a way to remember all those things your friends recommended to you. Just swirl it!                    

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

الاسم Swirl it Swirl it
ID mlcecjbidbmgjjokhjapcbilmollbejc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/swirl-it/mlcecjbidbmgjjokhjapcbilmollbejc
الوصف Recommend the page you are on to one of your friends
حجم الملف 27.9 KB
عدد التثبيتات 13
النسخة الحالية 1.2
آخر تحديث 2015-06-07
تاريخ النشر 2015-06-07
تقييم 5.00/5 مجموع تقييمات 1
المطور http://www.swrl.co
نوع الدفع free
موقع الإضافة http://www.swrl.co/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swirl it",
    "short_name": "Swirl",
    "description": "Recommend the page you are on to one of your friends",
    "homepage_url": "http:\/\/www.swrl.co\/",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon19.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": []
}