Campfire
Stumble through your bookmarks with a single click!
Was ist Campfire?
Campfire ist eine Chrome-Erweiterung, die von jhans830 entwickelt wurde, und ihr Hauptmerkmal ist "Stumble through your bookmarks with a single click!".
Campfire-Erweiterungs-CRX-Datei herunterladen
Laden Sie Campfire-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | kahoeicbkgdheppmfnbkjmcpofmkalff |
Offizielle URL | https://chrome.google.com/webstore/detail/campfire/kahoeicbkgdheppmfnbkjmcpofmkalff |
Beschreibung | Stumble through your bookmarks with a single click! |
Dateigröße | 18.77 KB |
Installationsanzahl | 18 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-01-29 |
Veröffentlichungsdatum | 2016-01-29 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | jhans830 |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |