Campfire
Stumble through your bookmarks with a single click!
Cos'è Campfire?
Campfire è un'estensione di Chrome sviluppata da jhans830, e la sua funzione principale è "Stumble through your bookmarks with a single click!".
Scarica il file CRX dell'estensione Campfire
Scarica i file di estensione Campfire in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | kahoeicbkgdheppmfnbkjmcpofmkalff |
URL Ufficiale | https://chrome.google.com/webstore/detail/campfire/kahoeicbkgdheppmfnbkjmcpofmkalff |
Descrizione | Stumble through your bookmarks with a single click! |
Dimensione del File | 18.77 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-01-29 |
Data di Pubblicazione | 2016-01-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | jhans830 |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |