Betteridgerator
Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.
Was ist Betteridgerator?
Betteridgerator ist eine Chrome-Erweiterung, die von https://everythingisfilm.com entwickelt wurde, und ihr Hauptmerkmal ist "Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.".
Erweiterungsscreenshots
Betteridgerator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Betteridgerator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This app adds no to the end of headlines with question marks in them. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | algibpjejkgahhcbpocckhinpbgacagm |
| Offizielle URL | https://chromewebstore.google.com/detail/betteridgerator/algibpjejkgahhcbpocckhinpbgacagm |
| Beschreibung | Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no. |
| Dateigröße | 147 KB |
| Installationsanzahl | 44 |
| Aktuelle Version | 1.1.1 |
| Letztes Update | 2015-11-06 |
| Veröffentlichungsdatum | 2015-11-06 |
| Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://everythingisfilm.com |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
]
} | |