Bookmark Roulette

An extension to force you to start actually reading your monumental catalog of bookmarks

What is Bookmark Roulette?

Bookmark Roulette is a Chrome extension developed by http://fidler.io, and its main feature is "An extension to force you to start actually reading your monumental catalog of bookmarks".

Download Bookmark Roulette Extension CRX File

Download Bookmark Roulette extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Bookmark Roulette Bookmark Roulette
ID pfjhhbbdmgjhoidhdhbodhfnilhcifej
Official URL https://chrome.google.com/webstore/detail/bookmark-roulette/pfjhhbbdmgjhoidhdhbodhfnilhcifej
Description An extension to force you to start actually reading your monumental catalog of bookmarks
File Size 56.53 KB
Installation Count 23
Current Version 1.0
Last Updated 2013-08-17
Publish Date 2013-08-17
Rating 4.33/5 Total 3 Ratings
Developer http://fidler.io
Payment Type free
Supported Languages 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"
    }
}