Swirl it

Recommend the page you are on to one of your friends

Wat is Swirl it?

Swirl it is een Chrome-extensie ontwikkeld door http://www.swrl.co, en de belangrijkste functie is "Recommend the page you are on to one of your friends".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Swirl it

Download Swirl it-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Swirl it Swirl it
ID mlcecjbidbmgjjokhjapcbilmollbejc
Officiële URL https://chrome.google.com/webstore/detail/swirl-it/mlcecjbidbmgjjokhjapcbilmollbejc
Beschrijving Recommend the page you are on to one of your friends
Bestandsgrootte 27.9 KB
Aantal Installaties 13
Huidige Versie 1.2
Laatst Bijgewerkt 2015-06-07
Publicatiedatum 2015-06-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://www.swrl.co
Betalingswijze free
Extensiewebsite http://www.swrl.co/
Ondersteunde Talen 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": []
}