Betteridgerator
Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.
什么是Betteridgerator?
Betteridgerator是由https://everythingisfilm.com开发的Chrome扩展程序,该扩展的主要功能是“Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.”。
扩展截图
下载Betteridgerator扩展crx文件
下载Betteridgerator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This app adds no to the end of headlines with question marks in them. 扩展基本信息
| 名称 | |
| 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
}
]
} | |