bopper
This extension will allow you to create a custom new tab page
O que é bopper?
bopper é uma extensão do Chrome desenvolvida por catdog, e sua principal característica é "This extension will allow you to create a custom new tab page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão bopper
Baixe arquivos de extensão bopper 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
Ever wanted to create a new tab without the boring websites that usually opens?? Now you can choose an image and text that will open when a new tab is created.
Informações Básicas da Extensão
Nome | bopper |
ID | jhmihlolibapfbcfpilpfjjcidloolka |
URL Oficial | https://chromewebstore.google.com/detail/bopper/jhmihlolibapfbcfpilpfjjcidloolka |
Descrição | This extension will allow you to create a custom new tab page |
Tamanho do Arquivo | 9.92 MB |
Contagem de Instalações | 10 |
Versão Atual | 3.2 |
Última Atualização | 2017-02-13 |
Data de Publicação | 2017-02-13 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | catdog |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "bopper", "description": "This extension will allow you to create a custom new tab page", "version": "3.2", "options_page": "option2.html", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "storage" ], "optional_permissions": [ "tabs" ], "web_accessible_resources": [ "options2.html" ], "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "bopp.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |