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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Faycal Bessayah และคุณลักษณะหลักของมันคือ "Easily add fancy icons to customize your tabs in Google Keep™"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Category Icons for Google Keep™

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}