Random Bookmark

Open a random bookmark

Wat is Random Bookmark?

Random Bookmark is een Chrome-extensie ontwikkeld door Feras Albaroudi, en de belangrijkste functie is "Open a random bookmark".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Random Bookmark

Download Random Bookmark-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

                        The folder to open a bookmark from as well as well as where to open the bookmark can be configured.                    

Basisinformatie over de Extensie

Naam Random Bookmark Random Bookmark
ID eeoohjpijemgnlcegchbabgdbnikdcpd
Officiële URL https://chromewebstore.google.com/detail/random-bookmark/eeoohjpijemgnlcegchbabgdbnikdcpd
Beschrijving Open a random bookmark
Bestandsgrootte 2.1 MB
Aantal Installaties 168
Huidige Versie 1.2.1
Laatst Bijgewerkt 2023-05-09
Publicatiedatum 2020-05-12
Beoordeling 4.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Feras Albaroudi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/NeedsSoySauce/Random-Bookmark
Help Pagina-URL https://github.com/NeedsSoySauce/Random-Bookmark
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Bookmark",
    "version": "1.2.1",
    "description": "Open a random bookmark",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "bookmarks",
        "alarms"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "images\/shuffle-gray\/16.png",
            "32": "images\/shuffle-gray\/32.png",
            "48": "images\/shuffle-gray\/48.png",
            "128": "images\/shuffle-gray\/128.png"
        }
    },
    "icons": {
        "16": "images\/shuffle-gray\/16.png",
        "32": "images\/shuffle-gray\/32.png",
        "48": "images\/shuffle-gray\/48.png",
        "128": "images\/shuffle-gray\/128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            }
        },
        "shuffle": {
            "description": "Shuffle"
        },
        "open-options": {
            "description": "Open options"
        }
    }
}