Bookmark Roulette
An extension to force you to start actually reading your monumental catalog of bookmarks
Was ist Bookmark Roulette?
Bookmark Roulette ist eine Chrome-Erweiterung, die von http://fidler.io entwickelt wurde, und ihr Hauptmerkmal ist "An extension to force you to start actually reading your monumental catalog of bookmarks".
Bookmark Roulette-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmark Roulette-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
Grundlegende Informationen zur Erweiterung
Name | |
ID | pfjhhbbdmgjhoidhdhbodhfnilhcifej |
Offizielle URL | https://chrome.google.com/webstore/detail/bookmark-roulette/pfjhhbbdmgjhoidhdhbodhfnilhcifej |
Beschreibung | An extension to force you to start actually reading your monumental catalog of bookmarks |
Dateigröße | 56.53 KB |
Installationsanzahl | 23 |
Aktuelle Version | 1.0 |
Letztes Update | 2013-08-17 |
Veröffentlichungsdatum | 2013-08-17 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | http://fidler.io |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Roulette", "description": "An extension to force you to start actually reading your monumental catalog of bookmarks", "version": "1.0", "permissions": [ "bookmarks", "activeTab" ], "background": { "scripts": [ "roulette.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Bookmark Roulette" }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |