TabIt - BookMarks: Productivity in Access

Inimitable BookMarks Manager by TabIt

Apa itu TabIt - BookMarks: Productivity in Access?

TabIt - BookMarks: Productivity in Access adalah ekstensi Chrome yang dikembangkan oleh TabIt, dan fitur utamanya adalah "Inimitable BookMarks Manager by TabIt".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi TabIt - BookMarks: Productivity in Access

Unduh file ekstensi TabIt - BookMarks: Productivity in Access dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama TabIt - BookMarks: Productivity in Access TabIt - BookMarks: Productivity in Access
ID blcimedkggfdbmkpeggbhpdamohlhfcm
URL Resmi https://chromewebstore.google.com/detail/tabit-bookmarks-productiv/blcimedkggfdbmkpeggbhpdamohlhfcm
Deskripsi Inimitable BookMarks Manager by TabIt
Ukuran File 205 KB
Jumlah Instalasi 509
Versi Saat Ini 7++
Terakhir Diperbarui 2019-07-14
Tanggal Publikasi 2019-07-14
Penilaian 4.59/5 Total 17 Penilaian
Pengembang TabIt
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://alexperience.me/projects/tabit/tabit-bookmarks/
Bahasa yang Didukung 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'"
        }
    }
}