Dilbert Comic Strips

Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.

ما هو Dilbert Comic Strips؟

Dilbert Comic Strips هو إضافة Chrome تم تطويرها بواسطة juliao.gf، والميزة الرئيسية لها هي "Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Dilbert Comic Strips

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

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

                        By default you will see the comic strip of the current day, use the navigation options to select another one. By clicking in the comic image you will be redirected to the official Dilbert's website, where you can comment and share the comic in social networks.

v2.0 - Now the today's comic will be downloaded in background, cached and the user will be notified thru the toolbar extension's icon.

Disclaimer: The author of this extension is not affiliated, associated, authorized, endorsed by, or in any way officially connected with the Dilbert's website, or any of its subsidiaries or its affiliates. The Dilbert's website can be found at https://www.dilbert.com . The related names, marks and images are registered trademarks of their respective owners.                    

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

الاسم Dilbert Comic Strips Dilbert Comic Strips
ID gpjlhjgiccobkcodaeimjbcjckpcnbjp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dilbert-comic-strips/gpjlhjgiccobkcodaeimjbcjckpcnbjp
الوصف Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.
حجم الملف 20.47 KB
عدد التثبيتات 206
النسخة الحالية 2.0
آخر تحديث 2020-05-15
تاريخ النشر 2020-05-15
تقييم 5.00/5 مجموع تقييمات 2
المطور juliao.gf
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/juliao/DilbertComicStrips
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dilbert Comic Strips",
    "short_name": "DilbertComicStrips",
    "version": "2.0",
    "description": "Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.",
    "icons": {
        "48": "icons\/dilbert-48.png",
        "128": "icons\/dilbert-128.png"
    },
    "permissions": [
        "alarms",
        "https:\/\/dilbert.com\/*",
        "https:\/\/assets.amuniversal.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/dilbert.png",
        "default_popup": "popup\/dilbert.html",
        "browser_style": true
    }
}