New tabs to the front
Brings newly created tabs to the foreground.
Hvad er New tabs to the front?
New tabs to the front er en Chrome-udvidelse udviklet af amahnk, og dens hovedfunktion er "Brings newly created tabs to the foreground.".
Udvidelsesskærmbilleder
Download New tabs to the front-udvidelses-CRX-fil
Download New tabs to the front-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension forces new tabs to open in the foreground, rather than the background.
Enjoy! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dildejdbnjjfnpflnoplbfgcjpdlkjjm |
| Officiel URL | https://chromewebstore.google.com/detail/new-tabs-to-the-front/dildejdbnjjfnpflnoplbfgcjpdlkjjm |
| Beskrivelse | Brings newly created tabs to the foreground. |
| Filstørrelse | 30.34 KB |
| Antal Installationer | 754 |
| Nuværende Version | 0.0.2 |
| Senest Opdateret | 2018-06-11 |
| Udgivelsesdato | 2018-06-11 |
| Bedømmelse | 4.63/5 Samlet 8 Bedømmelser |
| Udvikler | amahnk |
| Betalingsmetode | free |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"background": {
"persistent": true,
"scripts": [
"script.js"
]
},
"description": "Brings newly created tabs to the foreground.",
"icons": {
"128": "icon-128.png",
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png"
},
"name": "New tabs to the front",
"manifest_version": 2,
"permissions": [
"tabs"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.2"
} | |