Campfire
Stumble through your bookmarks with a single click!
Hvad er Campfire?
Campfire er en Chrome-udvidelse udviklet af jhans830, og dens hovedfunktion er "Stumble through your bookmarks with a single click!".
Download Campfire-udvidelses-CRX-fil
Download Campfire-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kahoeicbkgdheppmfnbkjmcpofmkalff |
Officiel URL | https://chrome.google.com/webstore/detail/campfire/kahoeicbkgdheppmfnbkjmcpofmkalff |
Beskrivelse | Stumble through your bookmarks with a single click! |
Filstørrelse | 18.77 KB |
Antal Installationer | 18 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-01-29 |
Udgivelsesdato | 2016-01-29 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | jhans830 |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |