Vine Quotes - New Tab
Displays a new vine quote along with the user's top sites every time new tab is opened
O que é Vine Quotes - New Tab?
Vine Quotes - New Tab é uma extensão do Chrome desenvolvida por nworthington16dev, e sua principal característica é "Displays a new vine quote along with the user's top sites every time new tab is opened".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Vine Quotes - New Tab
Baixe arquivos de extensão Vine Quotes - 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
Upon opening a new tab, enjoy a fresh vine quote, along with links to your top sites. Simple and soothing. RIP Vine.
Informações Básicas da Extensão
Nome | |
ID | nikilimfbnkfgfclokjggmpjhbjbkiin |
URL Oficial | https://chromewebstore.google.com/detail/vine-quotes-new-tab/nikilimfbnkfgfclokjggmpjhbjbkiin |
Descrição | Displays a new vine quote along with the user's top sites every time new tab is opened |
Tamanho do Arquivo | 6.96 KB |
Contagem de Instalações | 11 |
Versão Atual | 1.0 |
Última Atualização | 2018-12-04 |
Data de Publicação | 2018-12-04 |
Desenvolvedor | nworthington16dev |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vine Quotes - New Tab", "version": "1.0", "description": "Displays a new vine quote along with the user's top sites every time new tab is opened", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "topSites" ] } |