Comic Doge

Dogeifies the current page

Vad är Comic Doge?

Comic Doge är en Chrome-tillägg utvecklad av Zack Guard, och dess huvudfunktion är "Dogeifies the current page".

Tilläggsskärmbilder

screenshot

Ladda ner Comic Doge-förlängningens CRX-fil

Ladda ner Comic Doge-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Comic Doge Comic Doge
ID aihlgelmihpijkklapkkkdbcgcnniamc
Officiell webbadress https://chromewebstore.google.com/detail/comic-doge/aihlgelmihpijkklapkkkdbcgcnniamc
Beskrivning Dogeifies the current page
Filstorlek 12.96 KB
Antal Installationer 221
Aktuell Version 0.4
Senast Uppdaterad 2014-01-09
Publiceringsdatum 2014-01-08
Betyg 4.67/5 Totalt 9 Betyg
Utvecklare Zack Guard
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}