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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}