So Hot Right Now
Highlights most viewed articles on www.nytimes.com
So Hot Right Nowとは何ですか?
So Hot Right NowはErik Christensenによって開発されたChromeの拡張機能で、その主な機能は「Highlights most viewed articles on www.nytimes.com」です。
拡張機能のスクリーンショット
So Hot Right Now拡張機能のCRXファイルをダウンロード
So Hot Right Now拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
So Hot Right Now is a Chrome extension that highlights the most viewed articles on the New York Times website (www.nytimes.com). In addition to highlighting the most viewed articles, it also places a "hot" icon next to the articles shared most often on Twitter in the last day. 拡張機能の基本情報
| 名前 | |
| ID | hhbfaeolgndjibdelcbioldnikfilkbg |
| 公式URL | https://chrome.google.com/webstore/detail/so-hot-right-now/hhbfaeolgndjibdelcbioldnikfilkbg |
| 説明 | Highlights most viewed articles on www.nytimes.com |
| ファイルサイズ | 57.17 KB |
| インストール数 | 15 |
| 現在のバージョン | 2.0.1 |
| 最終更新日 | 2015-09-08 |
| 公開日 | 2015-09-08 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Erik Christensen |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "So Hot Right Now",
"version": "2.0.1",
"description": "Highlights most viewed articles on www.nytimes.com",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_icon": {
"19": "images\/nytimesred19.png",
"38": "images\/nytimesred38.png"
},
"default_title": "So Hot Right Now"
},
"icons": {
"16": "images\/nytimesred16.png",
"48": "images\/nytimesred48.png",
"128": "images\/nytimesred128.png"
},
"permissions": [
"tabs",
"http:\/\/www.nytimes.com\/*",
"http:\/\/api.nytimes.com\/*",
"webNavigation"
],
"content_scripts": [
{
"matches": [
"http:\/\/www.nytimes.com\/*"
],
"js": [
"jquery-1.11.3.min.js",
"contentscript.js"
]
}
],
"web_accessible_resources": [
"images\/hot_big.png",
"images\/nytimesred19.png",
"images\/nytimesred38.png"
]
} | |