FrontPageNYT
Get the latest New York Times headline every time you open a new tab.
FrontPageNYT क्या है?
FrontPageNYT https://shivankaul.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the latest New York Times headline every time you open a new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FrontPageNYT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Read the latest headline from the New York Times, every time you open a new tab! Inform yourself, one tab at a time. Choose between categories (sports, business, etc.). You can also choose the rate which headlines refresh. Plus, night mode is supported! Note: this extension was previously named FrontPage. If you're interested in news from more than just the New York Times, please check out https://chrome.google.com/webstore/detail/thenews/klcmpkbpjpijllabgcldbmmgnianpamn
एक्सटेंशन की मूल जानकारी
नाम | FrontPageNYT |
ID | mecpnjldoigkgcbheogilceibaeiehnh |
आधिकारिक URL | https://chromewebstore.google.com/detail/frontpagenyt/mecpnjldoigkgcbheogilceibaeiehnh |
विवरण | Get the latest New York Times headline every time you open a new tab. |
फ़ाइल का आकार | 43.13 KB |
स्थापना संख्या | 104 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2020-08-05 |
प्रकाशन तिथि | 2019-02-05 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | https://shivankaul.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://shivankaul.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FrontPageNYT", "short_name": "FPNYT", "description": "Get the latest New York Times headline every time you open a new tab.", "version": "1.2", "homepage_url": "https:\/\/shivankaul.com", "chrome_url_overrides": { "newtab": "src\/index.html" }, "icons": { "128": "images\/fp.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": { "16": "images\/fp.png", "32": "images\/fp.png" }, "default_title": "FrontPageNYT: Get headlines from NYT", "default_popup": "src\/options\/options.html" }, "options_ui": { "page": "src\/options\/options.html", "chrome_style": true }, "background": { "scripts": [ "src\/js\/jquery-1.11.2.min.js", "src\/js\/headline.js" ] } } |