Random New Tab
Loads one random page out of a custom list each time you click New Tab.
Qu'est-ce que Random New Tab ?
Random New Tab est une extension Chrome développée par Jesse Hufstetler, et sa fonction principale est "Loads one random page out of a custom list each time you click New Tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Random New Tab
Téléchargez les fichiers d'extension Random New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Random New Tab |
ID | kfbabalfihbphpikodohlmklhlialhhh |
URL Officiel | https://chromewebstore.google.com/detail/random-new-tab/kfbabalfihbphpikodohlmklhlialhhh |
Description | Loads one random page out of a custom list each time you click New Tab. |
Taille du Fichier | 208 KB |
Nombre d'Installations | 163 |
Version Actuelle | 1.1.0.0 |
Dernière Mise à Jour | 2021-04-04 |
Date de Publication | 2018-12-04 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Jesse Hufstetler |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |