Category Tabs for Google Keep™

Better organise your Google Keep notes

Co je Category Tabs for Google Keep™?

Category Tabs for Google Keep™ je rozšíření Chrome vyvinuté https://apps.jeurissen.co, a jeho hlavní funkcí je „Better organise your Google Keep notes“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Category Tabs for Google Keep™

Stáhněte si soubory rozšíření Category Tabs for Google Keep™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Tired of wasting time looking look through and re-sorting all of your notes on Google Keep?

With Category Tabs for Google Keep™, you can now sort your new and existing notes by category. Each category represents one color. Adding a note to a category is very easy, just change the color of the note. When you want to view the notes you have sorted by color, simply click on the note color you wish to view. If you would like to view your you entire collection of notes/checklists, there is an “All” option next to the color options (this option is set by default).

Category Tabs for Google Keep™ seamlessly integrates into the page and the options to look at your notes/checklists in list view or gird view is still available. The ability to post a quick note/list/picture is still available as well and is still placed in the same spot as it usually is. This application supports all the colors offered by Google Keep.

You can access the settings by opening the menu in google keep, and hit "Customize Categories"                    

Základní Informace o Rozšíření

Název Category Tabs for Google Keep™ Category Tabs for Google Keep™
ID dlahcjmefibiedeecoegjilekaebchhl
Oficiální URL https://chromewebstore.google.com/detail/category-tabs-for-google/dlahcjmefibiedeecoegjilekaebchhl
Popis Better organise your Google Keep notes
Velikost souboru 164 KB
Počet instalací 102,609
Aktuální Verze 20.0.0
Poslední Aktualizace 2024-02-27
Datum Vydání 2020-04-09
Hodnocení 3.96/5 Celkem 375 Hodnocení
Vývojář https://apps.jeurissen.co
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://apps.jeurissen.co/category-tabs-for-google-keep
URL Stránky Nápovědy https://apps.jeurissen.co/category-tabs-for-google-keep/contact
URL Stránky Zásad Ochrany Soukromí https://apps.jeurissen.co/privacy-policy
Podporované Jazyky id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "20.0.0",
    "name": "Category Tabs for Google Keep\u2122",
    "short_name": "Tabs for Keep",
    "description": "__MSG_cj_i18n_01963__",
    "author": "Carlos Jeurissen",
    "homepage_url": "https:\/\/apps.jeurissen.co\/category-tabs-for-google-keep",
    "developer": {
        "name": "Carlos Jeurissen",
        "url": "https:\/\/apps.jeurissen.co\/"
    },
    "default_locale": "en",
    "content_security_policy": "default-src 'none'; child-src 'none'; manifest-src 'none'; media-src 'none'; object-src 'none'; worker-src 'none'; connect-src 'none'; frame-src 'none'; font-src 'none'; script-src-elem 'self'; style-src-elem 'none'; img-src data:; script-src 'self'; script-src-attr 'none'; style-src 'self'; style-src-attr 'none'; base-uri 'none'; form-action 'none'; frame-ancestors https:\/\/keep.google.com\/ about:; block-all-mixed-content; upgrade-insecure-requests; report-uri https:\/\/api.jeurissen.co\/reports\/csp\/webext\/ctfgk\/",
    "offline_enabled": true,
    "container": "GOOGLE_DRIVE",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "externally_connectable": {
        "ids": [],
        "accepts_tls_channel_id": false
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "96": "\/images\/icon-96.png",
        "128": "\/images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "https:\/\/keep.google.com\/*"
    ],
    "background": {
        "scripts": [
            "\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "\/views\/options.html",
        "browser_style": false
    },
    "web_accessible_resources": [
        "\/views\/options.html",
        "\/_locales\/*"
    ],
    "commands": {
        "_execute_browser_action": {
            "description": "__MSG_cj_i18n_01964__"
        }
    },
    "content_scripts": [
        {
            "css": [
                "\/styles\/content-script.css"
            ],
            "js": [
                "\/scripts\/content-script.js"
            ],
            "matches": [
                "https:\/\/keep.google.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_page": "\/views\/options.html",
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "32": "\/images\/icon-32.png",
            "48": "\/images\/icon-48.png"
        },
        "default_title": "__MSG_cj_i18n_01964__"
    }
}