Redirect New Tab
This extension redirect New Tab to a specified URL
Vad är Redirect New Tab?
Redirect New Tab är en Chrome-tillägg utvecklad av https://www.amidev.net, och dess huvudfunktion är "This extension redirect New Tab to a specified URL".
Tilläggsskärmbilder
Ladda ner Redirect New Tab-förlängningens CRX-fil
Ladda ner Redirect New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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) Grundläggande Information om Tillägg
| Namn | |
| ID | ijbmagglfbhfnhdojlbfpedpokfhmoec |
| Officiell webbadress | https://chromewebstore.google.com/detail/redirect-new-tab/ijbmagglfbhfnhdojlbfpedpokfhmoec |
| Beskrivning | This extension redirect New Tab to a specified URL |
| Filstorlek | 264 KB |
| Antal Installationer | 15 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2017-04-13 |
| Publiceringsdatum | 2017-04-12 |
| Utvecklare | https://www.amidev.net |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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",
" | |