TabIt - BookMarks: Productivity in Access

Inimitable BookMarks Manager by TabIt

Wat is TabIt - BookMarks: Productivity in Access?

TabIt - BookMarks: Productivity in Access is een Chrome-extensie ontwikkeld door TabIt, en de belangrijkste functie is "Inimitable BookMarks Manager by TabIt".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TabIt - BookMarks: Productivity in Access

Download TabIt - BookMarks: Productivity in Access-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam TabIt - BookMarks: Productivity in Access TabIt - BookMarks: Productivity in Access
ID blcimedkggfdbmkpeggbhpdamohlhfcm
Officiële URL https://chromewebstore.google.com/detail/tabit-bookmarks-productiv/blcimedkggfdbmkpeggbhpdamohlhfcm
Beschrijving Inimitable BookMarks Manager by TabIt
Bestandsgrootte 205 KB
Aantal Installaties 509
Huidige Versie 7++
Laatst Bijgewerkt 2019-07-14
Publicatiedatum 2019-07-14
Beoordeling 4.59/5 Totaal 17 Beoordelingen
Ontwikkelaar TabIt
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://alexperience.me/projects/tabit/tabit-bookmarks/
Ondersteunde Talen 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'"
        }
    }
}