Tab Portal Web Development
Search the internet on every new tab with links to your favorite Web development and programming websites
Wat is Tab Portal Web Development?
Tab Portal Web Development is een Chrome-extensie ontwikkeld door AdRoller, en de belangrijkste functie is "Search the internet on every new tab with links to your favorite Web development and programming websites".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Portal Web Development
Download Tab Portal Web Development-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Tab Portal Web Development |
ID | jnjdennjbghgmagebdmfehhoalljakmg |
Officiële URL | https://chromewebstore.google.com/detail/tab-portal-web-developmen/jnjdennjbghgmagebdmfehhoalljakmg |
Beschrijving | Search the internet on every new tab with links to your favorite Web development and programming websites |
Bestandsgrootte | 1.58 MB |
Aantal Installaties | 111 |
Huidige Versie | 1.01 |
Laatst Bijgewerkt | 2022-01-12 |
Publicatiedatum | 2021-08-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | AdRoller |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://adroller.co |
Help Pagina-URL | https://adroller.co/contact |
URL van de Privacybeleid Pagina | https://www.adroller.co/privacy-policy |
Ondersteunde Talen | 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" } } |