bopper
This extension will allow you to create a custom new tab page
Cos'è bopper?
bopper è un'estensione di Chrome sviluppata da catdog, e la sua funzione principale è "This extension will allow you to create a custom new tab page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione bopper
Scarica i file di estensione bopper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | bopper |
ID | jhmihlolibapfbcfpilpfjjcidloolka |
URL Ufficiale | https://chromewebstore.google.com/detail/bopper/jhmihlolibapfbcfpilpfjjcidloolka |
Descrizione | This extension will allow you to create a custom new tab page |
Dimensione del File | 9.92 MB |
Conteggio Installazioni | 10 |
Versione Corrente | 3.2 |
Ultimo Aggiornamento | 2017-02-13 |
Data di Pubblicazione | 2017-02-13 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | catdog |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |