startpage
Overrides the browsers newtab page with a custom startpage.
O que é startpage?
startpage é uma extensão do Chrome desenvolvida por etacarinaea, e sua principal característica é "Overrides the browsers newtab page with a custom startpage.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão startpage
Baixe arquivos de extensão startpage 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
Quickly access your favourite websites whenever you open a new tab Key Features: • Easy customisation using a built-in configuration menu • Keyboard controls • Customisable search function • Export/Import function to backup your config or to use the same one on multiple devices The page can be configured using simple css syntax. For example, colours can be defined using hex color codes (e.g. #ff0000), the size of the squares using a size in pixels (e.g. 200px).
Informações Básicas da Extensão
Nome | startpage |
ID | odmjpppdiaenedpilgldapgbodindjak |
URL Oficial | https://chromewebstore.google.com/detail/startpage/odmjpppdiaenedpilgldapgbodindjak |
Descrição | Overrides the browsers newtab page with a custom startpage. |
Tamanho do Arquivo | 34.26 KB |
Contagem de Instalações | 107 |
Versão Atual | 1.11.1 |
Última Atualização | 2020-06-21 |
Data de Publicação | 2020-06-21 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | etacarinaea |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/etacarinaea/startpage |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "startpage", "short_name": "startpage", "version": "1.11.1", "description": "Overrides the browsers newtab page with a custom startpage.", "author": "etacarinaea", "icons": { "48": "img\/icon48.png", "96": "img\/icon96.png", "128": "img\/icon128.png", "192": "img\/icon192.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "js\/browser-polyfill.js", "js\/update.js", "js\/update-config.js" ] }, "permissions": [ "storage" ] } |