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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } ] } |