Campfire

Stumble through your bookmarks with a single click!

Apa itu Campfire?

Campfire adalah ekstensi Chrome yang dikembangkan oleh jhans830, dan fitur utamanya adalah "Stumble through your bookmarks with a single click!".

Unduh Berkas CRX Ekstensi Campfire

Unduh file ekstensi Campfire 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

                        Rediscover your bookmarks with the Campfire chrome extension. Simply click the campfire icon on your toolbar and you will be redirected to a random bookmark that you have saved. Simple and straightforward, but very useful and entertaining!                    

Informasi Dasar Ekstensi

Nama Campfire Campfire
ID kahoeicbkgdheppmfnbkjmcpofmkalff
URL Resmi https://chrome.google.com/webstore/detail/campfire/kahoeicbkgdheppmfnbkjmcpofmkalff
Deskripsi Stumble through your bookmarks with a single click!
Ukuran File 18.77 KB
Jumlah Instalasi 18
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-01-29
Tanggal Publikasi 2016-01-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang jhans830
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Campfire",
    "version": "1.0",
    "description": "Stumble through your bookmarks with a single click!",
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Campfire: Rediscover Bookmarks",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}