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 |
| 官方網址 | 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
}
]
} | |