Bookmark Roulette
An extension to force you to start actually reading your monumental catalog of bookmarks
Qu'est-ce que Bookmark Roulette ?
Bookmark Roulette est une extension Chrome développée par http://fidler.io, et sa fonction principale est "An extension to force you to start actually reading your monumental catalog of bookmarks".
Télécharger le fichier CRX de l'extension Bookmark Roulette
Téléchargez les fichiers d'extension Bookmark Roulette au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | pfjhhbbdmgjhoidhdhbodhfnilhcifej |
URL Officiel | https://chrome.google.com/webstore/detail/bookmark-roulette/pfjhhbbdmgjhoidhdhbodhfnilhcifej |
Description | An extension to force you to start actually reading your monumental catalog of bookmarks |
Taille du Fichier | 56.53 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-08-17 |
Date de Publication | 2013-08-17 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | http://fidler.io |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |