Betteridgerator
Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.
Что такое Betteridgerator?
Betteridgerator - это расширение Chrome, разработанное https://everythingisfilm.com, и его основная функция - "Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.".
Снимки экрана расширения
Скачать файл CRX расширения Betteridgerator
Скачайте файлы расширений Betteridgerator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This app adds no to the end of headlines with question marks in them.
Основная информация о расширении
Название | Betteridgerator |
ID | algibpjejkgahhcbpocckhinpbgacagm |
Официальный URL | https://chromewebstore.google.com/detail/betteridgerator/algibpjejkgahhcbpocckhinpbgacagm |
Описание | Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no. |
Размер файла | 147 KB |
Количество установок | 44 |
Текущая Версия | 1.1.1 |
Последнее Обновление | 2015-11-06 |
Дата публикации | 2015-11-06 |
Рейтинг | 4.00/5 Всего 2 оценок |
Разработчик | https://everythingisfilm.com |
Тип оплаты | free |
Поддерживаемые языки | 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 } ] } |