TabIt - BookMarks: Productivity in Access

Inimitable BookMarks Manager by TabIt

Hvad er TabIt - BookMarks: Productivity in Access?

TabIt - BookMarks: Productivity in Access er en Chrome-udvidelse udviklet af TabIt, og dens hovedfunktion er "Inimitable BookMarks Manager by TabIt".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download TabIt - BookMarks: Productivity in Access-udvidelses-CRX-fil

Download TabIt - BookMarks: Productivity in Access-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn TabIt - BookMarks: Productivity in Access TabIt - BookMarks: Productivity in Access
ID blcimedkggfdbmkpeggbhpdamohlhfcm
Officiel URL https://chromewebstore.google.com/detail/tabit-bookmarks-productiv/blcimedkggfdbmkpeggbhpdamohlhfcm
Beskrivelse Inimitable BookMarks Manager by TabIt
Filstørrelse 205 KB
Antal Installationer 509
Nuværende Version 7++
Senest Opdateret 2019-07-14
Udgivelsesdato 2019-07-14
Bedømmelse 4.59/5 Samlet 17 Bedømmelser
Udvikler TabIt
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://alexperience.me/projects/tabit/tabit-bookmarks/
Understøttede Sprog 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'"
        }
    }
}