TabIt - BookMarks: Productivity in Access

Inimitable BookMarks Manager by TabIt

TabIt - BookMarks: Productivity in Accessคืออะไร?

TabIt - BookMarks: Productivity in Access เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TabIt และคุณลักษณะหลักของมันคือ "Inimitable BookMarks Manager by TabIt"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabIt - BookMarks: Productivity in Access

ดาวน์โหลดไฟล์ส่วนขยาย TabIt - BookMarks: Productivity in Access ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Bookmarks Manager's functionality can shape all of your browser usage experience. Thus, 'TabIt - BookMarks' will make your Google Chrome even more beneficial.

It replaces the default manager, available at chrome://bookmarks, with the one, you will actually love to use.

You can have some folder to be the default(Home Folder) for you to open and save bookmarks to.

There are four options for bookmarks' thumbnails: Default, None, Captured & Branded. Default and Captured thumbnails are usually screenshots of the corresponding web-sites. Benefits of the 'branded' thumbnails are best revealed, when used in a 'Home Folder'.

Three different layouts are available: Grid(of thumbnails), List & NarrowList(similar to the one in Chrome 62). 'TabIt - NewTab' comes in two themes - Light & Dark.

Sorting can be done in either: Old-to-New, New-to-Old or Alphabetic order + Put-Folders-First option.

Available keyboard keys and ShortCuts are intuitive.

ONE MORE THING:  There is a browser-action dialog window, available through the extension-button, meant to replace a traditional 'star' button to create bookmarks. You can understand its functionality from the illustrations, but it's better to give it a try!

- - - - - - - - - - - - - - - - - -

NOTE:  Functionality of this extension is necessary to the operation of 'TabIt - NewTab', which requires it installed and enabled.

TabIt - NewTab:  https://chrome.google.com/webstore/detail/tabit-newtab/nlpjfjjgmmpjbcjbnjklbggcancdaehm

- - - - - - - - - - - - - - - - - -

***** WHAT TO EXPECT NEXT *****
+ Own server-side thumbnails preparation service
+ Drag&Drop to the TabIt - NewTab
+ Drag&Drop to the BookmarksTree in a SideBar
+ ContextMenu for the SideBar
+ Fixation for custom width of the SideBar
+ Availability of offline versions of bookmarked pages and files
+ Better smoothness by animation
+ Other prettification :)
+ Your suggestions?

***** DECLARED PERMISSIONS ***** UPDATES *****
Please, see detailed information about this extension here:  https://alexperience.me/projects/tabit/tabit-bookmarks                    

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

ชื่อ TabIt - BookMarks: Productivity in Access TabIt - BookMarks: Productivity in Access
ID blcimedkggfdbmkpeggbhpdamohlhfcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabit-bookmarks-productiv/blcimedkggfdbmkpeggbhpdamohlhfcm
คำอธิบาย Inimitable BookMarks Manager by TabIt
ขนาดไฟล์ 205 KB
จำนวนการติดตั้ง 509
เวอร์ชันปัจจุบัน 7++
อัปเดตครั้งล่าสุด 2019-07-14
วันที่เผยแพร่ 2019-07-14
คะแนน 4.59/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา TabIt
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://alexperience.me/projects/tabit/tabit-bookmarks/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "TabIt - BookMarks",
    "name": "TabIt - BookMarks: Productivity in Access",
    "version": "8.1.02",
    "version_name": "7++",
    "icons": {
        "512": "images\/logo512.png",
        "128": "images\/logo128.png",
        "48": "images\/logo32.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "description": "Inimitable BookMarks Manager by TabIt",
    "browser_action": {
        "default_icon": {
            "48": "images\/icon48.png",
            "32": "images\/icon32.png",
            "24": "images\/icon24.png",
            "16": "images\/icon16.png"
        },
        "default_title": "+ Add to BookMarks",
        "default_popup": "BAdialog\/dialog.html"
    },
    "offline_enabled": true,
    "background": {
        "page": "BG\/bg.html",
        "persistent": true
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "clipboardWrite",
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "chrome_url_overrides": {
        "bookmarks": "index.html"
    },
    "commands": {
        "open-bookmarks-manager": {
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "Command+Shift+O"
            },
            "description": "Open Bookmarks Manager by 'TabIt - BookMarks'"
        }
    }
}