Tab Portal Web Development
Search the internet on every new tab with links to your favorite Web development and programming websites
Cos'è Tab Portal Web Development?
Tab Portal Web Development è un'estensione di Chrome sviluppata da AdRoller, e la sua funzione principale è "Search the internet on every new tab with links to your favorite Web development and programming websites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Portal Web Development
Scarica i file di estensione Tab Portal Web Development 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
By clicking “Add to chrome”, I accept and agree to installing the Tab Portal Web Development on New Tab Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing. Terms: https://www.adroller.co/tab-portal-webdev-terms Privacy: https://www.adroller.co/privacy-policy About: https://www.adroller.co Contact: https://www.adroller.co/contact
Informazioni di Base sull'Estensione
Nome | Tab Portal Web Development |
ID | jnjdennjbghgmagebdmfehhoalljakmg |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-portal-web-developmen/jnjdennjbghgmagebdmfehhoalljakmg |
Descrizione | Search the internet on every new tab with links to your favorite Web development and programming websites |
Dimensione del File | 1.58 MB |
Conteggio Installazioni | 111 |
Versione Corrente | 1.01 |
Ultimo Aggiornamento | 2022-01-12 |
Data di Pubblicazione | 2021-08-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | AdRoller |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://adroller.co |
URL della Pagina di Aiuto | https://adroller.co/contact |
URL della Pagina della Politica sulla Privacy | https://www.adroller.co/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.01", "name": "Tab Portal Web Development", "description": "Search the internet on every new tab with links to your favorite Web development and programming websites", "icons": { "16": "icon-size\/16.png", "48": "icon-size\/48.png", "128": "icon-size\/128.png" }, "browser_action": { "default_icon": "icon-size\/48.png" }, "chrome_url_overrides": { "newtab": "newTab.html" } } |