Bookmarks Tab Pinned

A bookmark manager is automatically displayed in the state of tab fixation.

Bookmarks Tab Pinned란 무엇입니까?

Bookmarks Tab Pinned은(는) ムーンドルド/瑠川菜月에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A bookmark manager is automatically displayed in the state of tab fixation."입니다.

확장 프로그램 스크린샷

screenshot

Bookmarks Tab Pinned 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A bookmark manager is displayed on the leftmost in the state of tab fixation at a Chrome start-up.
Nothing is done when there is already a book Mac manager of a tab fixed state.

I think that it is a delightful function to the following directions.
-Since it is hard to use the pulldown display of a bookmark bar, you always want to display a bookmark manager.
-Since a fixed tab is certainly generated at a start-up, the mistake which clicks x of the last tab carelessly and it terminates can be prevented.

Specification
- In consideration of tab movement, a bookmark manager tab display when a new window is created is performed in 3 seconds.                    

확장 프로그램 기본 정보

이름 Bookmarks Tab Pinned Bookmarks Tab Pinned
ID ninbekmmngccfipjfhbbkcnomlbenpal
공식 URL https://chromewebstore.google.com/detail/bookmarks-tab-pinned/ninbekmmngccfipjfhbbkcnomlbenpal
설명 A bookmark manager is automatically displayed in the state of tab fixation.
파일 크기 14.03 KB
설치 횟수 447
현재 버전 1.12
최근 업데이트 2022-12-11
출시 날짜 2014-03-10
평점 4.80/5 총 5 개의 평점
개발자 ムーンドルド/瑠川菜月
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "name": "Bookmarks Tab Pinned",
    "version": "1.12",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "default_locale": "en",
    "description": "__MSG_extensiondescription__",
    "permissions": [
        "background",
        "tabs",
        "windows"
    ]
}