Bookmarked tabs to the front
Brings newly created tabs of bookmarked links to the foreground.
Wat is Bookmarked tabs to the front?
Bookmarked tabs to the front is een Chrome-extensie ontwikkeld door Wayne Davison, en de belangrijkste functie is "Brings newly created tabs of bookmarked links to the foreground.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmarked tabs to the front
Download Bookmarked tabs to the front-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | Bookmarked tabs to the front |
ID | mmllilpdpplbmjdjhlkagmimpgdflphb |
Officiële URL | https://chromewebstore.google.com/detail/bookmarked-tabs-to-the-fr/mmllilpdpplbmjdjhlkagmimpgdflphb |
Beschrijving | Brings newly created tabs of bookmarked links to the foreground. |
Bestandsgrootte | 26.55 KB |
Aantal Installaties | 1,419 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2021-06-07 |
Publicatiedatum | 2020-01-05 |
Beoordeling | 4.45/5 Totaal 31 Beoordelingen |
Ontwikkelaar | Wayne Davison |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://opencoder.net/privacy |
Ondersteunde Talen | 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" } |