Swirl it

Recommend the page you are on to one of your friends

Vad är Swirl it?

Swirl it är en Chrome-tillägg utvecklad av http://www.swrl.co, och dess huvudfunktion är "Recommend the page you are on to one of your friends".

Tilläggsskärmbilder

screenshot

Ladda ner Swirl it-förlängningens CRX-fil

Ladda ner Swirl it-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Swirl it Swirl it
ID mlcecjbidbmgjjokhjapcbilmollbejc
Officiell webbadress https://chrome.google.com/webstore/detail/swirl-it/mlcecjbidbmgjjokhjapcbilmollbejc
Beskrivning Recommend the page you are on to one of your friends
Filstorlek 27.9 KB
Antal Installationer 13
Aktuell Version 1.2
Senast Uppdaterad 2015-06-07
Publiceringsdatum 2015-06-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://www.swrl.co
Betalningssätt free
Tilläggswebbplats http://www.swrl.co/
Stödda Språk 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": []
}