Campfire
Stumble through your bookmarks with a single click!
What is Campfire?
Campfire is a Chrome extension developed by jhans830, and its main feature is "Stumble through your bookmarks with a single click!".
Download Campfire Extension CRX File
Download Campfire extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | kahoeicbkgdheppmfnbkjmcpofmkalff |
Official URL | https://chrome.google.com/webstore/detail/campfire/kahoeicbkgdheppmfnbkjmcpofmkalff |
Description | Stumble through your bookmarks with a single click! |
File Size | 18.77 KB |
Installation Count | 18 |
Current Version | 1.0 |
Last Updated | 2016-01-29 |
Publish Date | 2016-01-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jhans830 |
Payment Type | free |
Supported Languages | 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'" } |