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
官方網址 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
電子郵箱 [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"
    }
}