Redirect New Tab
This extension redirect New Tab to a specified URL
Wat is Redirect New Tab?
Redirect New Tab is een Chrome-extensie ontwikkeld door https://www.amidev.net, en de belangrijkste functie is "This extension redirect New Tab to a specified URL".
Extensie Screenshots
Download het CRX-bestand van de extensie Redirect New Tab
Download Redirect New Tab-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
When clicking on "New Tab" go to the redirection page choosed on settings. By default: www.google.com. Compatible with Chrome version : 57.0.2987.133 (64-bit)
Basisinformatie over de Extensie
Naam | Redirect New Tab |
ID | ijbmagglfbhfnhdojlbfpedpokfhmoec |
Officiële URL | https://chromewebstore.google.com/detail/redirect-new-tab/ijbmagglfbhfnhdojlbfpedpokfhmoec |
Beschrijving | This extension redirect New Tab to a specified URL |
Bestandsgrootte | 264 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-04-13 |
Publicatiedatum | 2017-04-12 |
Ontwikkelaar | https://www.amidev.net |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redirect New Tab", "description": "This extension redirect New Tab to a specified URL", "version": "1.1", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html", "default_title": "Redirect New Tab" }, "icons": { "128": "icon_128.png", "64": "icon_64.png", "32": "icon_32.png", "16": "icon_16.png" }, "permissions": [ "activeTab", "tabs", " |