Random New Tab
Loads one random page out of a custom list each time you click New Tab.
O que é Random New Tab?
Random New Tab é uma extensão do Chrome desenvolvida por Jesse Hufstetler, e sua principal característica é "Loads one random page out of a custom list each time you click New Tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Random New Tab
Baixe arquivos de extensão Random New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Random New Tab |
ID | kfbabalfihbphpikodohlmklhlialhhh |
URL Oficial | https://chromewebstore.google.com/detail/random-new-tab/kfbabalfihbphpikodohlmklhlialhhh |
Descrição | Loads one random page out of a custom list each time you click New Tab. |
Tamanho do Arquivo | 208 KB |
Contagem de Instalações | 163 |
Versão Atual | 1.1.0.0 |
Última Atualização | 2021-04-04 |
Data de Publicação | 2018-12-04 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Jesse Hufstetler |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |