Swirl it

Recommend the page you are on to one of your friends

What is Swirl it?

Swirl it is a Chrome extension developed by http://www.swrl.co, and its main feature is "Recommend the page you are on to one of your friends".

Extension Screenshots

screenshot

Download Swirl it Extension CRX File

Download Swirl it extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Swirl it Swirl it
ID mlcecjbidbmgjjokhjapcbilmollbejc
Official URL https://chrome.google.com/webstore/detail/swirl-it/mlcecjbidbmgjjokhjapcbilmollbejc
Description Recommend the page you are on to one of your friends
File Size 27.9 KB
Installation Count 13
Current Version 1.2
Last Updated 2015-06-07
Publish Date 2015-06-07
Rating 5.00/5 Total 1 Ratings
Developer http://www.swrl.co
Payment Type free
Extension Website http://www.swrl.co/
Supported Languages 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": []
}