Swirl it

Recommend the page you are on to one of your friends

Cos'è Swirl it?

Swirl it è un'estensione di Chrome sviluppata da http://www.swrl.co, e la sua funzione principale è "Recommend the page you are on to one of your friends".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Swirl it

Scarica i file di estensione Swirl it in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Swirl it Swirl it
ID mlcecjbidbmgjjokhjapcbilmollbejc
URL Ufficiale https://chrome.google.com/webstore/detail/swirl-it/mlcecjbidbmgjjokhjapcbilmollbejc
Descrizione Recommend the page you are on to one of your friends
Dimensione del File 27.9 KB
Conteggio Installazioni 13
Versione Corrente 1.2
Ultimo Aggiornamento 2015-06-07
Data di Pubblicazione 2015-06-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://www.swrl.co
Tipo di Pagamento free
Sito Web dell'Estensione http://www.swrl.co/
Lingue Supportate 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": []
}