Campfire
Stumble through your bookmarks with a single click!
Vad är Campfire?
Campfire är en Chrome-tillägg utvecklad av jhans830, och dess huvudfunktion är "Stumble through your bookmarks with a single click!".
Ladda ner Campfire-förlängningens CRX-fil
Ladda ner Campfire-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | kahoeicbkgdheppmfnbkjmcpofmkalff |
Officiell webbadress | https://chrome.google.com/webstore/detail/campfire/kahoeicbkgdheppmfnbkjmcpofmkalff |
Beskrivning | Stumble through your bookmarks with a single click! |
Filstorlek | 18.77 KB |
Antal Installationer | 18 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-01-29 |
Publiceringsdatum | 2016-01-29 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | jhans830 |
Betalningssätt | free |
Stödda Språk | 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'" } |