Do No Medieval

This extension replaces the new Google logo with an old (old, old) Google logo.

What is Do No Medieval?

Do No Medieval is a Chrome extension developed by Ada Powers, and its main feature is "This extension replaces the new Google logo with an old (old, old) Google logo.".

Extension Screenshots

screenshot

Download Do No Medieval Extension CRX File

Download Do No Medieval extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Changes the Google logo to something a bit more... traditional. Topical as of the Great Sans Serifing of 2015.                    

Extension Basic Information

Name Do No Medieval Do No Medieval
ID gjeegpbdnfjhhjmljllmblalcjppamkd
Official URL https://chromewebstore.google.com/detail/do-no-medieval/gjeegpbdnfjhhjmljllmblalcjppamkd
Description This extension replaces the new Google logo with an old (old, old) Google logo.
File Size 28.14 KB
Installation Count 70
Current Version 0.0.1
Last Updated 2015-09-04
Publish Date 2015-09-03
Rating 2.60/5 Total 5 Ratings
Developer Ada Powers
Email [email protected]
Payment Type free
Extension Website http://github.com/adampowers/donomedieval
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Do No Medieval",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension replaces the new Google logo with an old (old, old) Google logo.",
    "homepage_url": "http:\/\/github.com\/adampowers\/donomedieval",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.ca\/*",
                "*:\/\/*.google.co.uk\/*",
                "*:\/\/*.google.de\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ]
}