Adjust HackerNews Font Size
Adjust news.ycombinator.com font size, and save your local setting.
Adjust HackerNews Font Sizeとは何ですか?
Adjust HackerNews Font Sizeはshengyiranによって開発されたChromeの拡張機能で、その主な機能は「Adjust news.ycombinator.com font size, and save your local setting.」です。
拡張機能のスクリーンショット
Adjust HackerNews Font Size拡張機能のCRXファイルをダウンロード
Adjust HackerNews Font Size拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A small tool to enhance readability on http://news.ycombinator.com/. This extension allows you to resize the content fonts for hacker news, proportionally to their original size. 拡張機能の基本情報
| 名前 | |
| ID | aeddhhildjkggkgmnpodilmofhbalmop |
| 公式URL | https://chromewebstore.google.com/detail/adjust-hackernews-font-si/aeddhhildjkggkgmnpodilmofhbalmop |
| 説明 | Adjust news.ycombinator.com font size, and save your local setting. |
| ファイルサイズ | 20.24 KB |
| インストール数 | 72 |
| 現在のバージョン | 3.1.2 |
| 最終更新日 | 2013-03-12 |
| 公開日 | 2013-03-11 |
| 開発者 | shengyiran |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Adjust HackerNews Font Size",
"manifest_version": 2,
"version": "3.1.2",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"description": "Adjust news.ycombinator.com font size, and save your local setting.",
"content_scripts": [
{
"matches": [
"http:\/\/news.ycombinator.com\/*",
"https:\/\/news.ycombinator.com\/*"
],
"js": [
"hnfontsize.js"
]
}
],
"permissions": [
"http:\/\/news.ycombinator.com\/*",
"https:\/\/news.ycombinator.com\/*",
"storage"
],
"web_accessible_resources": [
"font_size.gif"
]
} | |