Random Bookmark
Open a random bookmark
Cos'è Random Bookmark?
Random Bookmark è un'estensione di Chrome sviluppata da Feras Albaroudi, e la sua funzione principale è "Open a random bookmark".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Random Bookmark
Scarica i file di estensione Random Bookmark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The folder to open a bookmark from as well as well as where to open the bookmark can be configured.
Informazioni di Base sull'Estensione
Nome | Random Bookmark |
ID | eeoohjpijemgnlcegchbabgdbnikdcpd |
URL Ufficiale | https://chromewebstore.google.com/detail/random-bookmark/eeoohjpijemgnlcegchbabgdbnikdcpd |
Descrizione | Open a random bookmark |
Dimensione del File | 2.1 MB |
Conteggio Installazioni | 168 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2023-05-09 |
Data di Pubblicazione | 2020-05-12 |
Valutazione | 4.00/5 Totale 5 Valutazioni |
Sviluppatore | Feras Albaroudi |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/NeedsSoySauce/Random-Bookmark |
URL della Pagina di Aiuto | https://github.com/NeedsSoySauce/Random-Bookmark |
Lingue Supportate | 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" } } } |