Betteridgerator

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

Qu'est-ce que Betteridgerator ?

Betteridgerator est une extension Chrome développée par https://everythingisfilm.com, et sa fonction principale est "Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Betteridgerator

Téléchargez les fichiers d'extension Betteridgerator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Betteridgerator Betteridgerator
ID algibpjejkgahhcbpocckhinpbgacagm
URL Officiel https://chromewebstore.google.com/detail/betteridgerator/algibpjejkgahhcbpocckhinpbgacagm
Description Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.
Taille du Fichier 147 KB
Nombre d'Installations 44
Version Actuelle 1.1.1
Dernière Mise à Jour 2015-11-06
Date de Publication 2015-11-06
Évaluation 4.00/5 Total 2 Évaluations
Développeur https://everythingisfilm.com
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}