Comic Doge

Dogeifies the current page

Wat is Comic Doge?

Comic Doge is een Chrome-extensie ontwikkeld door Zack Guard, en de belangrijkste functie is "Dogeifies the current page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Comic Doge

Download Comic Doge-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Comic Doge dogeifies the current page. It changes all the fonts to Comic Sans and all the images to pictures of Shibe.

Very meme.
Such comic.
Many doge.                    

Basisinformatie over de Extensie

Naam Comic Doge Comic Doge
ID aihlgelmihpijkklapkkkdbcgcnniamc
Officiële URL https://chromewebstore.google.com/detail/comic-doge/aihlgelmihpijkklapkkkdbcgcnniamc
Beschrijving Dogeifies the current page
Bestandsgrootte 12.96 KB
Aantal Installaties 221
Huidige Versie 0.4
Laatst Bijgewerkt 2014-01-09
Publicatiedatum 2014-01-08
Beoordeling 4.67/5 Totaal 9 Beoordelingen
Ontwikkelaar Zack Guard
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Zachary Guard",
    "background": {
        "persistent": false,
        "scripts": [
            "elwin.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/19.png",
        "default_title": "Comic Doge"
    },
    "description": "Dogeifies the current page",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "manifest_version": 2,
    "name": "Comic Doge",
    "permissions": [
        "activeTab"
    ],
    "version": "0.4"
}