Category Icons for Google Keep™

Easily add fancy icons to customize your tabs in Google Keep™

Category Icons for Google Keep™とは何ですか?

Category Icons for Google Keep™はFaycal Bessayahによって開発されたChromeの拡張機能で、その主な機能は「Easily add fancy icons to customize your tabs in Google Keep™」です。

拡張機能のスクリーンショット

screenshot
screenshot

Category Icons for Google Keep™拡張機能のCRXファイルをダウンロード

Category Icons for Google Keep™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tired of wasting your time by looking through all of your notes on Google Keep™?

You can organize your notes into categories by changing the color of the note. Then, if you want to view the notes you have sorted by color, simply click on the note color you wish to view.

But colors are meaningless! A blue note, for example, doesn’t tell anything about its content. Instead, this extension helps you organize your notes in a more meaningful way by associating an icon to each color. This way you can create categories for:

*  Shopping lists 🛒 
* Movies 🎬
* Places 📍
* Phone numbers 📞
* Images 🏞

….and many other possibilities.

This is a more efficient way to keep track of your notes as you can easily tell which color is for which category.                    

拡張機能の基本情報

名前 Category Icons for Google Keep™ Category Icons for Google Keep™
ID njbpngnepikbldncmmlnlmhpnompfmlo
公式URL https://chromewebstore.google.com/detail/category-icons-for-google/njbpngnepikbldncmmlnlmhpnompfmlo
説明 Easily add fancy icons to customize your tabs in Google Keep™
ファイルサイズ 132 KB
インストール数 126
現在のバージョン 1.0
最終更新日 2021-09-23
公開日 2021-09-20
開発者 Faycal Bessayah
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Category Icons for Google Keep\u2122",
    "version": "1.0",
    "description": "Easily add fancy icons to customize your tabs in Google Keep\u2122",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/myStyles.css"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                "https:\/\/keep.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "\/icons\/category_icons.png"
    }
}