Bookmarked tabs to the front
Brings newly created tabs of bookmarked links to the foreground.
Hvad er Bookmarked tabs to the front?
Bookmarked tabs to the front er en Chrome-udvidelse udviklet af Wayne Davison, og dens hovedfunktion er "Brings newly created tabs of bookmarked links to the foreground.".
Udvidelsesskærmbilleder
Download Bookmarked tabs to the front-udvidelses-CRX-fil
Download Bookmarked 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
Middle-clicking (or Ctrl-clicking) a bookmark link will open a new tab in the foreground. A middle-click of an unbookmarked link will open in the background.
This affects any new tab for a link that you have bookmarked, not just when clicking in your bookmarks.
Updates:
1.1.2: A minor tweak and a policy update.
1.1.1: Fixed to work in Chrome 79 (which moved the URL string). Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mmllilpdpplbmjdjhlkagmimpgdflphb |
| Officiel URL | https://chromewebstore.google.com/detail/bookmarked-tabs-to-the-fr/mmllilpdpplbmjdjhlkagmimpgdflphb |
| Beskrivelse | Brings newly created tabs of bookmarked links to the foreground. |
| Filstørrelse | 26.55 KB |
| Antal Installationer | 1,419 |
| Nuværende Version | 1.1.2 |
| Senest Opdateret | 2021-06-07 |
| Udgivelsesdato | 2020-01-05 |
| Bedømmelse | 4.45/5 Samlet 31 Bedømmelser |
| Udvikler | Wayne Davison |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://opencoder.net/privacy |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"description": "Brings newly created tabs of bookmarked links to the foreground.",
"icons": {
"128": "images\/icon-128.png",
"48": "images\/icon-48.png"
},
"manifest_version": 2,
"name": "Bookmarked tabs to the front",
"permissions": [
"tabs",
"bookmarks"
],
"version": "1.1.2"
} | |