Comic Sansifier

This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!

Vad är Comic Sansifier?

Comic Sansifier är en Chrome-tillägg utvecklad av Alfons Nilsson (TC5550), och dess huvudfunktion är "This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!".

Tilläggsskärmbilder

screenshot
screenshot

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

Ladda ner Comic Sansifier-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

                        This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!                    

Grundläggande Information om Tillägg

Namn Comic Sansifier Comic Sansifier
ID agfjaeekoichggmaogclcibjjpdbohgf
Officiell webbadress https://chromewebstore.google.com/detail/comic-sansifier/agfjaeekoichggmaogclcibjjpdbohgf
Beskrivning This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!
Filstorlek 8.9 KB
Antal Installationer 35
Aktuell Version 0.1
Senast Uppdaterad 2018-12-21
Publiceringsdatum 2018-12-16
Utvecklare Alfons Nilsson (TC5550)
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sansifier",
    "version": "0.1",
    "description": "This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!",
    "author": "Alfons Nilsson (TC5550)",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}