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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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'"
        }
    }
}