Swirl it

Recommend the page you are on to one of your friends

Swirl it क्या है?

Swirl it http://www.swrl.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Recommend the page you are on to one of your friends"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Swirl it एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": []
}