Betteridgerator

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

Co to jest Betteridgerator?

Betteridgerator to rozszerzenie Chrome opracowane przez https://everythingisfilm.com, a jego główną funkcją jest „Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Betteridgerator

Pobierz pliki rozszerzeń Betteridgerator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Betteridgerator Betteridgerator
ID algibpjejkgahhcbpocckhinpbgacagm
Oficjalny URL https://chromewebstore.google.com/detail/betteridgerator/algibpjejkgahhcbpocckhinpbgacagm
Opis Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.
Rozmiar pliku 147 KB
Liczba instalacji 44
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2015-11-06
Data Publikacji 2015-11-06
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper https://everythingisfilm.com
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}