Bookmark Roulette
An extension to force you to start actually reading your monumental catalog of bookmarks
Wat is Bookmark Roulette?
Bookmark Roulette is een Chrome-extensie ontwikkeld door http://fidler.io, en de belangrijkste functie is "An extension to force you to start actually reading your monumental catalog of bookmarks".
Download het CRX-bestand van de extensie Bookmark Roulette
Download Bookmark Roulette-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | pfjhhbbdmgjhoidhdhbodhfnilhcifej |
Officiële URL | https://chrome.google.com/webstore/detail/bookmark-roulette/pfjhhbbdmgjhoidhdhbodhfnilhcifej |
Beschrijving | An extension to force you to start actually reading your monumental catalog of bookmarks |
Bestandsgrootte | 56.53 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-08-17 |
Publicatiedatum | 2013-08-17 |
Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | http://fidler.io |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |