Random New Tab

Loads one random page out of a custom list each time you click New Tab.

Cos'è Random New Tab?

Random New Tab è un'estensione di Chrome sviluppata da Jesse Hufstetler, e la sua funzione principale è "Loads one random page out of a custom list each time you click New Tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Random New Tab

Scarica i file di estensione Random New Tab 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 extension syncs between signed-in browsers.

You can enter either URLs or messages that you want to be displayed.

Probability is simple: if you increase the probability to five, it's as if you added the item to the list five times.

There's also a notes column that's helpful for identifying cryptic URLs.                    

Informazioni di Base sull'Estensione

Nome Random New Tab Random New Tab
ID kfbabalfihbphpikodohlmklhlialhhh
URL Ufficiale https://chromewebstore.google.com/detail/random-new-tab/kfbabalfihbphpikodohlmklhlialhhh
Descrizione Loads one random page out of a custom list each time you click New Tab.
Dimensione del File 208 KB
Conteggio Installazioni 163
Versione Corrente 1.1.0.0
Ultimo Aggiornamento 2021-04-04
Data di Pubblicazione 2018-12-04
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Jesse Hufstetler
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Loads one random page out of a custom list each time you click New Tab.",
    "icons": {
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "favicon48.png",
        "128": "favicon128.png"
    },
    "browser_action": [],
    "manifest_version": 2,
    "name": "Random New Tab",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "version": "1.1.0.0"
}