Dilbert Comic Strips

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

Qu'est-ce que Dilbert Comic Strips ?

Dilbert Comic Strips est une extension Chrome développée par juliao.gf, et sa fonction principale est "Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Dilbert Comic Strips

Téléchargez les fichiers d'extension Dilbert Comic Strips au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dilbert Comic Strips Dilbert Comic Strips
ID gpjlhjgiccobkcodaeimjbcjckpcnbjp
URL Officiel https://chrome.google.com/webstore/detail/dilbert-comic-strips/gpjlhjgiccobkcodaeimjbcjckpcnbjp
Description Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.
Taille du Fichier 20.47 KB
Nombre d'Installations 206
Version Actuelle 2.0
Dernière Mise à Jour 2020-05-15
Date de Publication 2020-05-15
Évaluation 5.00/5 Total 2 Évaluations
Développeur juliao.gf
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/juliao/DilbertComicStrips
Langues Prises en Charge 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
    }
}