Betteridgerator
Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.
Betteridgerator là gì?
Betteridgerator là một tiện ích mở rộng Chrome được phát triển bởi https://everythingisfilm.com, và tính năng chính của nó là "Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Betteridgerator
Tải xuống các tệp mở rộng Betteridgerator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This app adds no to the end of headlines with question marks in them.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Betteridgerator |
ID | algibpjejkgahhcbpocckhinpbgacagm |
URL Chính Thức | https://chromewebstore.google.com/detail/betteridgerator/algibpjejkgahhcbpocckhinpbgacagm |
Mô tả | Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no. |
Kích Thước Tệp | 147 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2015-11-06 |
Ngày Phát Hành | 2015-11-06 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://everythingisfilm.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |