Bookmarked tabs to the front
Brings newly created tabs of bookmarked links to the foreground.
Was ist Bookmarked tabs to the front?
Bookmarked tabs to the front ist eine Chrome-Erweiterung, die von Wayne Davison entwickelt wurde, und ihr Hauptmerkmal ist "Brings newly created tabs of bookmarked links to the foreground.".
Erweiterungsscreenshots
Bookmarked tabs to the front-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmarked tabs to the front-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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). Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mmllilpdpplbmjdjhlkagmimpgdflphb |
| Offizielle URL | https://chromewebstore.google.com/detail/bookmarked-tabs-to-the-fr/mmllilpdpplbmjdjhlkagmimpgdflphb |
| Beschreibung | Brings newly created tabs of bookmarked links to the foreground. |
| Dateigröße | 26.55 KB |
| Installationsanzahl | 1,419 |
| Aktuelle Version | 1.1.2 |
| Letztes Update | 2021-06-07 |
| Veröffentlichungsdatum | 2020-01-05 |
| Bewertung | 4.45/5 Insgesamt 31 Bewertungen |
| Entwickler | Wayne Davison |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://opencoder.net/privacy |
| Unterstützte Sprachen | 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"
} | |