Just the facts
Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…
Just the facts क्या है?
Just the facts Beyang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Just the facts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news reader and hardcore news junkie to glean the gist of a webpage at a glance. Cut through the cruft and get straight to the cold, hard facts. By default, Just the Facts is activated for a selection of popular news sites such as The New York Times, The Economist, and The Washington Post, but this list can easily be modified via the options screen (accessible from the Chrome extensions menu).
एक्सटेंशन की मूल जानकारी
नाम | Just the facts |
ID | ceaekpehbnemdlpggkmlacchidmeejnf |
आधिकारिक URL | https://chromewebstore.google.com/detail/just-the-facts/ceaekpehbnemdlpggkmlacchidmeejnf |
विवरण | Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news… |
फ़ाइल का आकार | 28.67 KB |
स्थापना संख्या | 60 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2013-09-30 |
प्रकाशन तिथि | 2013-09-30 |
रेटिंग | 4.20/5 कुल 10 रेटिंग्स |
डेवलपर | Beyang |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/beyang/justthefacts |
सहायता पृष्ठ URL | https://github.com/beyang/justthefacts/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Just the facts", "version": "2.0", "page_action": { "default_title": "Just the facts" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "css": [ "highlight.css" ], "matches": [ "*:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_end", "js": [ "highlight.js" ] } ], "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2 } |