Adjust HackerNews Font Size
Adjust news.ycombinator.com font size, and save your local setting.
Что такое Adjust HackerNews Font Size?
Adjust HackerNews Font Size - это расширение Chrome, разработанное shengyiran, и его основная функция - "Adjust news.ycombinator.com font size, and save your local setting.".
Снимки экрана расширения
Скачать файл CRX расширения Adjust HackerNews Font Size
Скачайте файлы расширений 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"
]
} | |