Random New Tab
Loads one random page out of a custom list each time you click New Tab.
Was ist Random New Tab?
Random New Tab ist eine Chrome-Erweiterung, die von Jesse Hufstetler entwickelt wurde, und ihr Hauptmerkmal ist "Loads one random page out of a custom list each time you click New Tab.".
Erweiterungsscreenshots
Random New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Random New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kfbabalfihbphpikodohlmklhlialhhh |
| Offizielle URL | https://chromewebstore.google.com/detail/random-new-tab/kfbabalfihbphpikodohlmklhlialhhh |
| Beschreibung | Loads one random page out of a custom list each time you click New Tab. |
| Dateigröße | 208 KB |
| Installationsanzahl | 163 |
| Aktuelle Version | 1.1.0.0 |
| Letztes Update | 2021-04-04 |
| Veröffentlichungsdatum | 2018-12-04 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | Jesse Hufstetler |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |