Betteridgerator

Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.

Co je Betteridgerator?

Betteridgerator je rozšíření Chrome vyvinuté https://everythingisfilm.com, a jeho hlavní funkcí je „Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Betteridgerator

Stáhněte si soubory rozšíření Betteridgerator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This app adds no to the end of headlines with question marks in them.                    

Základní Informace o Rozšíření

Název Betteridgerator Betteridgerator
ID algibpjejkgahhcbpocckhinpbgacagm
Oficiální URL https://chromewebstore.google.com/detail/betteridgerator/algibpjejkgahhcbpocckhinpbgacagm
Popis Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.
Velikost souboru 147 KB
Počet instalací 44
Aktuální Verze 1.1.1
Poslední Aktualizace 2015-11-06
Datum Vydání 2015-11-06
Hodnocení 4.00/5 Celkem 2 Hodnocení
Vývojář https://everythingisfilm.com
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Betteridgerator",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.",
    "homepage_url": "http:\/\/everythingisfilm.com",
    "author": "Michael Morgenstern",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "all_frames": true
        }
    ]
}