Swirl it

Recommend the page you are on to one of your friends

Qu'est-ce que Swirl it ?

Swirl it est une extension Chrome développée par http://www.swrl.co, et sa fonction principale est "Recommend the page you are on to one of your friends".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Swirl it

Téléchargez les fichiers d'extension Swirl it au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Swirl it Swirl it
ID mlcecjbidbmgjjokhjapcbilmollbejc
URL Officiel https://chrome.google.com/webstore/detail/swirl-it/mlcecjbidbmgjjokhjapcbilmollbejc
Description Recommend the page you are on to one of your friends
Taille du Fichier 27.9 KB
Nombre d'Installations 13
Version Actuelle 1.2
Dernière Mise à Jour 2015-06-07
Date de Publication 2015-06-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://www.swrl.co
Type de Paiement free
Site Web de l'Extension http://www.swrl.co/
Langues Prises en Charge 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": []
}