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 } ] } |