Search in background tab
Opens the "Search google for" search in a background tab.
Hvad er Search in background tab?
Search in background tab er en Chrome-udvidelse udviklet af Pitmairen, og dens hovedfunktion er "Opens the "Search google for" search in a background tab.".
Udvidelsesskærmbilleder
Download Search in background tab-udvidelses-CRX-fil
Download Search in background tab-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 makes the new tab, that are opened by "Search google for" , open in the background instead of the foreground.
It should now work for latest versions of Chrome.
### Important ###
If it doesn't work. Go to the options page and follow the instructions. Make sure you have updated to version 0.0.7.
You find the options page at this url:
chrome-extension://fikfhablannhlgejpiklhbkonjkakodf/options.html
############
Changelog:
0.0.7:
- Update to manifest version 3
- Fix to make the extension work with the latest version of Chrome.
0.0.6:
-Update to manifest version 2
-Small change to default regexp
0.0.5:
-fix gcx for parameter Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fikfhablannhlgejpiklhbkonjkakodf |
| Officiel URL | https://chromewebstore.google.com/detail/search-in-background-tab/fikfhablannhlgejpiklhbkonjkakodf |
| Beskrivelse | Opens the "Search google for" search in a background tab. |
| Filstørrelse | 10.44 KB |
| Antal Installationer | 674 |
| Nuværende Version | 0.0.7 |
| Senest Opdateret | 2023-12-24 |
| Udgivelsesdato | 2013-03-03 |
| Bedømmelse | 4.11/5 Samlet 64 Bedømmelser |
| Udvikler | Pitmairen |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/Pitmairen/search-in-background-tab |
| Hjælpeside-URL | https://github.com/Pitmairen/search-in-background-tab/issues |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Search in background tab",
"version": "0.0.7",
"manifest_version": 3,
"description": "Opens the \"Search google for\" search in a background tab.",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"storage"
],
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"options_page": "options.html"
} | |