Campfire

Stumble through your bookmarks with a single click!

Qu'est-ce que Campfire ?

Campfire est une extension Chrome développée par jhans830, et sa fonction principale est "Stumble through your bookmarks with a single click!".

Télécharger le fichier CRX de l'extension Campfire

Téléchargez les fichiers d'extension Campfire au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Campfire Campfire
ID kahoeicbkgdheppmfnbkjmcpofmkalff
URL Officiel https://chrome.google.com/webstore/detail/campfire/kahoeicbkgdheppmfnbkjmcpofmkalff
Description Stumble through your bookmarks with a single click!
Taille du Fichier 18.77 KB
Nombre d'Installations 18
Version Actuelle 1.0
Dernière Mise à Jour 2016-01-29
Date de Publication 2016-01-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur jhans830
Type de Paiement free
Langues Prises en Charge 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'"
}