Open Random Bookmarks

Open Random Bookmarks

Wat is Open Random Bookmarks?

Open Random Bookmarks is een Chrome-extensie ontwikkeld door KVS, en de belangrijkste functie is "Open Random Bookmarks".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Open Random Bookmarks

Download Open Random Bookmarks-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

                        Randomly opens a set amount of bookmarks from a set folder.


### CHANGELOG ###

>>> 0.2.2 <<<
+ Fixed bug with the folder selector in the options page. It will now show all the folders instead of just the Bookmark Bar folder.

>>> 0.2.0 <<<
+ Option to use the current active tab in the window.
+ Option to scan and open bookmarks from subfolders.
+ Filters. (EXPERIMENTAL).
* Amount field is now an increment field.                    

Basisinformatie over de Extensie

Naam Open Random Bookmarks Open Random Bookmarks
ID bgcefofhfeebbefhdnmdlfkibdfdbbfa
Officiële URL https://chromewebstore.google.com/detail/open-random-bookmarks/bgcefofhfeebbefhdnmdlfkibdfdbbfa
Beschrijving Open Random Bookmarks
Bestandsgrootte 15.14 KB
Aantal Installaties 1,411
Huidige Versie 0.2.2
Laatst Bijgewerkt 2020-03-06
Publicatiedatum 2020-03-05
Beoordeling 4.86/5 Totaal 14 Beoordelingen
Ontwikkelaar KVS
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Random Bookmarks",
    "description": "Open Random Bookmarks",
    "version": "0.2.2",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}