Chrome Quirks

A fun extension that allows you to inject pre-loaded effects or custom CSS into any webpage!

Wat is Chrome Quirks?

Chrome Quirks is een Chrome-extensie ontwikkeld door Paul Krishnamurthy, en de belangrijkste functie is "A fun extension that allows you to inject pre-loaded effects or custom CSS into any webpage!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Chrome Quirks

Download Chrome Quirks-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

                        Chrome Quirks is a fun extension that allows you to inject pre-loaded effects or custom CSS onto any webpage you visit. Developers can quickly and easily edit CSS and test ideas out. This extension appeals to the curious and the pranksters who can't help messing with their less tech-savvy friends!

Feel free to kindly leave some ideas for more pre-loaded effects and improvements along with a good rating!

Enjoy this app and share it with your friends!
*Special thanks to Alex Xie for screenshots*                    

Basisinformatie over de Extensie

Naam Chrome Quirks Chrome Quirks
ID bonaodplajkoeboaofhhjbigfhchpehc
Officiële URL https://chromewebstore.google.com/detail/chrome-quirks/bonaodplajkoeboaofhhjbigfhchpehc
Beschrijving A fun extension that allows you to inject pre-loaded effects or custom CSS into any webpage!
Bestandsgrootte 1.2 MB
Aantal Installaties 102
Huidige Versie 1.2
Laatst Bijgewerkt 2020-11-19
Publicatiedatum 2015-05-21
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Paul Krishnamurthy
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://paulkr.com/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Quirks",
    "short_name": "CQ",
    "manifest_version": 2,
    "version": "1.2",
    "description": "A fun extension that allows you to inject pre-loaded effects or custom CSS into any webpage!",
    "homepage_url": "http:\/\/paulkr.com\/",
    "icons": {
        "256": "icons\/icon256.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "inject.js"
        ],
        "persistance": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Chrome Quirks",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}