Bookmarked tabs to the front
Brings newly created tabs of bookmarked links to the foreground.
什么是Bookmarked tabs to the front?
Bookmarked tabs to the front是由Wayne Davison开发的Chrome扩展程序,该扩展的主要功能是“Brings newly created tabs of bookmarked links to the foreground.”。
扩展截图
下载Bookmarked tabs to the front扩展crx文件
下载Bookmarked tabs to the front扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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).
扩展基本信息
名称 | Bookmarked tabs to the front |
ID | mmllilpdpplbmjdjhlkagmimpgdflphb |
官方URL | https://chromewebstore.google.com/detail/bookmarked-tabs-to-the-fr/mmllilpdpplbmjdjhlkagmimpgdflphb |
简介 | Brings newly created tabs of bookmarked links to the foreground. |
文件大小 | 26.55 KB |
安装次数 | 1,419 |
当前版本 | 1.1.2 |
更新时间 | 2021-06-07 |
上架时间 | 2020-01-05 |
评分 | 4.45/5 共31次评分 |
开发者 | Wayne Davison |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://opencoder.net/privacy |
支持的语言 | 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" } |