FrontPageNYT
Get the latest New York Times headline every time you open a new tab.
FrontPageNYTとは何ですか?
FrontPageNYTはhttps://shivankaul.comによって開発されたChromeの拡張機能で、その主な機能は「Get the latest New York Times headline every time you open a new tab.」です。
拡張機能のスクリーンショット
FrontPageNYT拡張機能のCRXファイルをダウンロード
FrontPageNYT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
} | |