Betteridgerator

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

Cos'è Betteridgerator?

Betteridgerator è un'estensione di Chrome sviluppata da https://everythingisfilm.com, e la sua funzione principale è "Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Betteridgerator

Scarica i file di estensione Betteridgerator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Betteridgerator Betteridgerator
ID algibpjejkgahhcbpocckhinpbgacagm
URL Ufficiale https://chromewebstore.google.com/detail/betteridgerator/algibpjejkgahhcbpocckhinpbgacagm
Descrizione Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.
Dimensione del File 147 KB
Conteggio Installazioni 44
Versione Corrente 1.1.1
Ultimo Aggiornamento 2015-11-06
Data di Pubblicazione 2015-11-06
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore https://everythingisfilm.com
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}