Campfire

Stumble through your bookmarks with a single click!

Wat is Campfire?

Campfire is een Chrome-extensie ontwikkeld door jhans830, en de belangrijkste functie is "Stumble through your bookmarks with a single click!".

Download het CRX-bestand van de extensie Campfire

Download Campfire-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Campfire Campfire
ID kahoeicbkgdheppmfnbkjmcpofmkalff
Officiële URL https://chrome.google.com/webstore/detail/campfire/kahoeicbkgdheppmfnbkjmcpofmkalff
Beschrijving Stumble through your bookmarks with a single click!
Bestandsgrootte 18.77 KB
Aantal Installaties 18
Huidige Versie 1.0
Laatst Bijgewerkt 2016-01-29
Publicatiedatum 2016-01-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jhans830
Betalingswijze free
Ondersteunde Talen 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'"
}