Developer Excuses

Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.

ما هو Developer Excuses؟

Developer Excuses هو إضافة Chrome تم تطويرها بواسطة Louis Grasset، والميزة الرئيسية لها هي "Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.".

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

screenshot

تحميل ملف CRX للإضافة Developer Excuses

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

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

                        Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.
Hooray ! Brand new themes: ☀️ Sun, 🦄 Dream and 🌿 Grass !                    

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

الاسم Developer Excuses Developer Excuses
ID nkfeobjdmkgohpbckmcakgodhnjmgkon
عنوان URL الرسمي https://chromewebstore.google.com/detail/developer-excuses/nkfeobjdmkgohpbckmcakgodhnjmgkon
الوصف Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.
حجم الملف 120 KB
عدد التثبيتات 70
النسخة الحالية 0.2.2
آخر تحديث 2017-09-17
تاريخ النشر 2017-09-17
تقييم 5.00/5 مجموع تقييمات 4
المطور Louis Grasset
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Developer Excuses",
    "description": "Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.",
    "version": "0.2.2",
    "permissions": [
        "http:\/\/*.developerexcuses.com\/",
        "storage"
    ],
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "32": ".\/icons\/icon-32.png"
        }
    },
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "96": ".\/icons\/icon-96.png",
        "128": ".\/icons\/icon-128.png",
        "256": ".\/icons\/icon-256.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "author": "Louis Grasset  (louisgrasset.fr)"
}