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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Betteridgerator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } ] } |