Dilbert Comic Strips

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

Was ist Dilbert Comic Strips?

Dilbert Comic Strips ist eine Chrome-Erweiterung, die von juliao.gf entwickelt wurde, und ihr Hauptmerkmal ist "Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.".

Erweiterungsscreenshots

screenshot
screenshot

Dilbert Comic Strips-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dilbert Comic Strips-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Dilbert Comic Strips Dilbert Comic Strips
ID gpjlhjgiccobkcodaeimjbcjckpcnbjp
Offizielle URL https://chrome.google.com/webstore/detail/dilbert-comic-strips/gpjlhjgiccobkcodaeimjbcjckpcnbjp
Beschreibung Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.
Dateigröße 20.47 KB
Installationsanzahl 206
Aktuelle Version 2.0
Letztes Update 2020-05-15
Veröffentlichungsdatum 2020-05-15
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler juliao.gf
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/juliao/DilbertComicStrips
Unterstützte Sprachen 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
    }
}