Swirl it

Recommend the page you are on to one of your friends

Apa itu Swirl it?

Swirl it adalah ekstensi Chrome yang dikembangkan oleh http://www.swrl.co, dan fitur utamanya adalah "Recommend the page you are on to one of your friends".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Swirl it

Unduh file ekstensi Swirl it dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Swirl it Swirl it
ID mlcecjbidbmgjjokhjapcbilmollbejc
URL Resmi https://chrome.google.com/webstore/detail/swirl-it/mlcecjbidbmgjjokhjapcbilmollbejc
Deskripsi Recommend the page you are on to one of your friends
Ukuran File 27.9 KB
Jumlah Instalasi 13
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-06-07
Tanggal Publikasi 2015-06-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://www.swrl.co
Tipe Pembayaran free
Situs Ekstensi http://www.swrl.co/
Bahasa yang Didukung 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": []
}