Bookmarks Tab Pinned

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

Bookmarks Tab Pinned क्या है?

Bookmarks Tab Pinned ムーンドルド/瑠川菜月 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A bookmark manager is automatically displayed in the state of tab fixation."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bookmarks Tab Pinned एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}