Favicon Creator

Create a favicon for your website in seconds

ما هو Favicon Creator؟

Favicon Creator هو إضافة Chrome تم تطويرها بواسطة dbwebdevs، والميزة الرئيسية لها هي "Create a favicon for your website in seconds".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Favicon Creator

قم بتنزيل ملفات الامتداد Favicon Creator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Building a website and need to add a favicon? With the Favicon Creator Chrome Extension, you can quickly create a professional looking favicon in seconds. 

- Use FontAwesome or Text to create a professional looking icon. 
- Change background and text/ icon colors. 
- Tweak your text sizes and styles.
- Download multiple sizes at once.                    

معلومات أساسية عن التمديد

الاسم Favicon Creator Favicon Creator
ID edaanjknhmgcohcddbhpjfhganbmggka
عنوان URL الرسمي https://chromewebstore.google.com/detail/favicon-creator/edaanjknhmgcohcddbhpjfhganbmggka
الوصف Create a favicon for your website in seconds
حجم الملف 104 KB
عدد التثبيتات 561
النسخة الحالية 1.0.2.2
آخر تحديث 2023-11-14
تاريخ النشر 2020-02-20
تقييم 5.00/5 مجموع تقييمات 5
المطور dbwebdevs
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Favicon Creator",
    "version": "1.0.2.2",
    "description": "Create a favicon for your website in seconds",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon\/icon16.png",
            "32": "images\/icon\/icon32.png",
            "48": "images\/icon\/icon64.png",
            "128": "images\/icon\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Favicon Creator"
    },
    "icons": {
        "16": "images\/icon\/icon16.png",
        "32": "images\/icon\/icon32.png",
        "48": "images\/icon\/icon64.png",
        "128": "images\/icon\/icon128.png"
    },
    "manifest_version": 3
}