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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |