Betteridgerator
Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.
Vad är Betteridgerator?
Betteridgerator är en Chrome-tillägg utvecklad av https://everythingisfilm.com, och dess huvudfunktion är "Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.".
Tilläggsskärmbilder
Ladda ner Betteridgerator-förlängningens CRX-fil
Ladda ner Betteridgerator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        This app adds no to the end of headlines with question marks in them.                     Grundläggande Information om Tillägg
| Namn |  | 
| ID | algibpjejkgahhcbpocckhinpbgacagm | 
| Officiell webbadress | https://chromewebstore.google.com/detail/betteridgerator/algibpjejkgahhcbpocckhinpbgacagm | 
| Beskrivning | Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no. | 
| Filstorlek | 147 KB | 
| Antal Installationer | 44 | 
| Aktuell Version | 1.1.1 | 
| Senast Uppdaterad | 2015-11-06 | 
| Publiceringsdatum | 2015-11-06 | 
| Betyg | 4.00/5 Totalt 2 Betyg | 
| Utvecklare | https://everythingisfilm.com | 
| Betalningssätt | free | 
| Stödda Språk | 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
        }
    ]
} | |