iconic

upload, save and reuse custom icons directly in Notion

iconicคืออะไร?

iconic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IConic และคุณลักษณะหลักของมันคือ "upload, save and reuse custom icons directly in Notion"

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

screenshot
screenshot
screenshot

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

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

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

                        Improve your customization process and work more efficiently with Iconic. This Chrome extension enhances your Notion experience by saving and reusing your custom icons, so you can spend less time searching and duplicating and more time creating beautiful Notion pages. Iconic offers a streamlined workflow for customization and creation, featuring an array of unique Emojis and icons.


✅ Adding an unlimited number of Emojis to your icon set per link
✅ Deleting Emojis
✅ Displaying the total number of Emojis on the Chrome pop-up frame

If you find this extension useful, please consider rating it ⭐⭐⭐⭐⭐. For questions or feedback, DM 🐦 @goddi1999 on Twitter 
(https://twitter.com/goddi1999). To stay updated on the latest features, subscribe to our newsletter (https://www.getrevue.co/profile/goddi1999).                    

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

ชื่อ iconic iconic
ID llihommpenahjnbodaokfamncmhffijj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/iconic/llihommpenahjnbodaokfamncmhffijj
คำอธิบาย upload, save and reuse custom icons directly in Notion
ขนาดไฟล์ 19.98 MB
จำนวนการติดตั้ง 142
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2023-09-04
วันที่เผยแพร่ 2022-10-06
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา IConic
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://iconic-website-ef917.web.app/
URL หน้าช่วยเหลือ https://twitter.com/goddi1999
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "iconic",
    "version": "3.0.0",
    "description": "upload, save and reuse custom icons directly in Notion",
    "icons": {
        "16": "public\/assets\/images\/icon16.png",
        "48": "public\/assets\/images\/icon48.png",
        "128": "public\/assets\/images\/icon128.png"
    },
    "action": {
        "default_popup": "public\/popup.html",
        "dafault_title": "Iconic",
        "default_icon": {
            "16": "public\/assets\/images\/icon16.png",
            "48": "public\/assets\/images\/icon48.png",
            "128": "public\/assets\/images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "lib\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.notion.so\/*"
            ],
            "css": [
                "content-script.css"
            ],
            "js": [
                "lib\/real-web1.5.1.js",
                "lib\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "clipboardRead",
        "storage",
        "identity",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/www.notion.so\/*",
        "https:\/\/data.mongodb-api.com\/app\/data-dpmzk\/endpoint\/data\/v1\/action\/*",
        "https:\/\/accounts.google.com\/",
        "https:\/\/www.googleapis.com\/*"
    ],
    "oauth2": {
        "client_id": "622599043977-lgcnhod2ucnhcg7ej269of5jm1o2j04q.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/assets\/svg\/remove-icon.svg",
                "public\/assets\/images\/error-img-dark.svg",
                "public\/assets\/images\/error-img-light.svg",
                "public\/assets\/images\/icon128.png",
                "public\/assets\/images\/arrow-drop-down.svg",
                "public\/assets\/images\/google-btn.svg",
                "public\/assets\/svg\/app-logo.svg",
                "public\/assets\/svg\/icon-expand.svg",
                "public\/assets\/svg\/chevronDownRoundedThick.svg",
                "public\/assets\/fonts\/Sora-Regular.ttf",
                "public\/assets\/svg\/logo-colored.svg",
                "public\/assets\/svg\/icon-icons-grey.svg"
            ],
            "matches": [
                "https:\/\/www.notion.so\/*"
            ]
        }
    ]
}