Swirl it

Recommend the page you are on to one of your friends

Was ist Swirl it?

Swirl it ist eine Chrome-Erweiterung, die von http://www.swrl.co entwickelt wurde, und ihr Hauptmerkmal ist "Recommend the page you are on to one of your friends".

Erweiterungsscreenshots

screenshot

Swirl it-Erweiterungs-CRX-Datei herunterladen

Laden Sie Swirl it-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Swirl it Swirl it
ID mlcecjbidbmgjjokhjapcbilmollbejc
Offizielle URL https://chrome.google.com/webstore/detail/swirl-it/mlcecjbidbmgjjokhjapcbilmollbejc
Beschreibung Recommend the page you are on to one of your friends
Dateigröße 27.9 KB
Installationsanzahl 13
Aktuelle Version 1.2
Letztes Update 2015-06-07
Veröffentlichungsdatum 2015-06-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://www.swrl.co
Zahlungsart free
Erweiterungswebsite http://www.swrl.co/
Unterstützte Sprachen 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": []
}