Restumble

StumbleUpon for your own bookmarks

What is Restumble?

Restumble is a Chrome extension developed by charleslai, and its main feature is "StumbleUpon for your own bookmarks".

Extension Screenshots

screenshot

Download Restumble Extension CRX File

Download Restumble 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

                        Have bookmarks you saved but forgot about? Bored of reddit, facebook, imgur, and every other procrastination station on the internet?

Restumble is a chrome extension inspired by StumbleUpon that returns a random bookmark from your list of bookmarks everytime you click the extension. And, once you're finished, leave it in your repost roulette or remove it forever to clean up your jungle of bookmarks.

Remember, you are your own best content discovery engine.                    

Extension Basic Information

Name Restumble Restumble
ID ailekjbcdiedcfdjjnhlgdnlbdlphnhd
Official URL https://chromewebstore.google.com/detail/restumble/ailekjbcdiedcfdjjnhlgdnlbdlphnhd
Description StumbleUpon for your own bookmarks
File Size 133 KB
Installation Count 167
Current Version 1.1
Last Updated 2015-12-17
Publish Date 2015-12-17
Rating 4.75/5 Total 4 Ratings
Developer charleslai
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Restumble",
    "short_name": "Restumble",
    "version": "1.1",
    "description": "StumbleUpon for your own bookmarks",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        }
    },
    "web_accessible_resources": [
        "img\/icon128.png"
    ],
    "permissions": [
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "js\/jquery-2.0.3.min.js",
            "js\/hotkeys.js",
            "js\/bookmarks.js"
        ]
    }
}