CB Bookmark Tab - Extension For Chrome

Arrange bookmark items in an stylish Look. Replace that big bookmark bar with a CB Bookmart tab icon and open only when needed.

CB Bookmark Tab - Extension For Chromeคืออะไร?

CB Bookmark Tab - Extension For Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chromebundle.blogspot.com และคุณลักษณะหลักของมันคือ "Arrange bookmark items in an stylish Look. Replace that big bookmark bar with a CB Bookmart tab icon and open only when needed."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CB Bookmark Tab - Extension For Chrome

ดาวน์โหลดไฟล์ส่วนขยาย CB Bookmark Tab - Extension For Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Don't you feel bookmark bar and its folders irritating while you are browsing?

Add a toggleable Icon with all your bookmarks at the top right corner of your browser window.

Now Say Good bye to Bookmark bar :)

*************************************

Now CB Bookmarking tab will arrange and manage your bookmarks.

Utilize more browsing space simply by removing your Bookmark bar.

                **************************
                *  Press Ctrl + Shift + B   *
                **************************

How to use CB Bookmark Tab Extension
1. Click on Add to chrome button on this page above this description.
    (you will see an icon added to your chrome at top right corner)
2. Click on it.
3 Now add/edit/remove these from the CB Bookmark Tab Popup

*************************************

Why should you Add "CB Bookmark Tab"

* Student -- If you are a Student  then you can arrange your files and assignments in a systematic way.

* SEO -- This is most important tool for you as most of the time your bookmark bar have lots of stuff and you need to arrange them in a systematic way folder-wise like Dictionary/profile submission, Google sheets, Clients, important tools like ahref, ubersugest, and many more.

* Teacher -- Again you need to Arrange tutorials and assignments in a date wise folders, sub-folder

* You-tuber -- you need this tool too to manage a playlist URL list, video list, no. of tutorials and tools list, thumbnail editing sites

* Web developer -- I need not to explain as i am in this profession. I have more than 200 bookmarks and i manage then in such a small tab. and i need more space and clean screen while programming.

        **************************************************************
        *   I would love to bring more solutions for you share              *
        *   your comments and reviews below how you feel to use it.*
        *  But before this use it properly.                                                 *
        *  Also explore options by right click on Bookmark tab.          *
        ***************************************************************

Whats the next you want us to Develop for you?
Share it with us. We love you all. We are working here for you. :)


This extensions allows you to access your bookmarks by clicking on our icon at top right corner of your screen. You can edit, delete or rearrange your bookmarks by drag&drop and view some information about them by just clicking them with your left mouse key. You can check your bookmarks for updated or broken URLs, too.

If you found a bug, have ideas for features or improvements, please let us know.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CB Bookmark Tab - Extension For Chrome CB Bookmark Tab - Extension For Chrome
ID oplnilfhccnffbdeibojhknodjbffnik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cb-bookmark-tab-extension/oplnilfhccnffbdeibojhknodjbffnik
คำอธิบาย Arrange bookmark items in an stylish Look. Replace that big bookmark bar with a CB Bookmart tab icon and open only when needed.
ขนาดไฟล์ 91.84 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-09-21
วันที่เผยแพร่ 2020-06-26
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://chromebundle.blogspot.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://chromebundle.blogspot.com/2020/09/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CB Bookmark Tab - Extension For Chrome",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Arrange bookmark items in an stylish Look. Replace that big bookmark bar with a CB Bookmart tab icon and open only when needed.",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "bm"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "fontSettings",
        "activeTab"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "file:\/\/*\/"
    ],
    "browser_action": {
        "default_title": "CB Bookmark Tab - Bookmark Extension For Chrome",
        "default_popup": "browser_action.html",
        "default_icon": "icons\/bookmark32.png"
    },
    "icons": {
        "16": "icons\/bookmark32.png",
        "48": "icons\/bookmark48.png",
        "128": "icons\/bookmark128.png"
    },
    "incognito": "split",
    "web_accessible_resources": [
        "icons\/*",
        "images\/*"
    ],
    "short_name": "Toggleable Bookmark",
    "default_locale": "en"
}