Random New Tab

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

Co to jest Random New Tab?

Random New Tab to rozszerzenie Chrome opracowane przez Jesse Hufstetler, a jego główną funkcją jest „Loads one random page out of a custom list each time you click New Tab.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Random New Tab

Pobierz pliki rozszerzeń Random New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Random New Tab Random New Tab
ID kfbabalfihbphpikodohlmklhlialhhh
Oficjalny URL https://chromewebstore.google.com/detail/random-new-tab/kfbabalfihbphpikodohlmklhlialhhh
Opis Loads one random page out of a custom list each time you click New Tab.
Rozmiar pliku 208 KB
Liczba instalacji 163
Aktualna Wersja 1.1.0.0
Ostatnia Aktualizacja 2021-04-04
Data Publikacji 2018-12-04
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Jesse Hufstetler
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}