Betteridgerator

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

Wat is Betteridgerator?

Betteridgerator is een Chrome-extensie ontwikkeld door https://everythingisfilm.com, en de belangrijkste functie is "Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Betteridgerator

Download Betteridgerator-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

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

Basisinformatie over de Extensie

Naam Betteridgerator Betteridgerator
ID algibpjejkgahhcbpocckhinpbgacagm
Officiële URL https://chromewebstore.google.com/detail/betteridgerator/algibpjejkgahhcbpocckhinpbgacagm
Beschrijving Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.
Bestandsgrootte 147 KB
Aantal Installaties 44
Huidige Versie 1.1.1
Laatst Bijgewerkt 2015-11-06
Publicatiedatum 2015-11-06
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://everythingisfilm.com
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}