notion plus icon

It is convenient to use icons in notion。

notion plus iconคืออะไร?

notion plus icon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yesifan66 และคุณลักษณะหลักของมันคือ "It is convenient to use icons in notion。"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย notion plus icon

ดาวน์โหลดไฟล์ส่วนขยาย notion plus icon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        It is convenient to use icons in notion。
- Caching links and upload icons.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ notion plus icon notion plus icon
ID jhmdbiboaeecafopnlnohbhdjjohghkp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/notion-plus-icon/jhmdbiboaeecafopnlnohbhdjjohghkp
คำอธิบาย It is convenient to use icons in notion。
ขนาดไฟล์ 175 KB
จำนวนการติดตั้ง 179
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-06-18
วันที่เผยแพร่ 2021-06-18
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา yesifan66
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/Yesifan/notion-plus-icon
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "notion plus icon",
    "manifest_version": 3,
    "version": "1.0.1",
    "description": "It is convenient to use icons in notion\u3002",
    "icons": {
        "48": "[email protected]",
        "128": "[email protected]"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.notion.so\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "[email protected]",
                "[email protected]"
            ],
            "matches": [
                "https:\/\/www.notion.so\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.notion.so\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "48": "[email protected]",
            "128": "[email protected]"
        },
        "default_popup": "popup.html"
    }
}