Pure Newtab
A newtab with a pure customizable background.
Что такое Pure Newtab?
Pure Newtab - это расширение Chrome, разработанное 钢盅郭子, и его основная функция - "A newtab with a pure customizable background.".
Снимки экрана расширения
Скачать файл CRX расширения Pure Newtab
Скачайте файлы расширений Pure Newtab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
纯新标签页,只有一个可自定义背景的新标签页。 Update 1.1 ========== Reconstruction Internationalization: EN, zh-CN, zh-TW Fork me on Github! https://github.com/WhaleWatching/pure-newtab License under GPLv2 By Edward Cheng
Основная информация о расширении
Название | Pure Newtab |
ID | nedmebappfidkelfchchmppemdhbblph |
Официальный URL | https://chromewebstore.google.com/detail/pure-newtab/nedmebappfidkelfchchmppemdhbblph |
Описание | A newtab with a pure customizable background. |
Размер файла | 48.84 KB |
Количество установок | 226 |
Текущая Версия | 1.1 |
Последнее Обновление | 2014-03-18 |
Дата публикации | 2014-03-17 |
Рейтинг | 4.92/5 Всего 12 оценок |
Разработчик | 钢盅郭子 |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/WhaleWatching/pure-newtab |
URL страницы помощи | https://github.com/WhaleWatching/pure-newtab |
Поддерживаемые языки | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pure Newtab", "version": "1.1", "manifest_version": 2, "description": "A newtab with a pure customizable background.", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "default_locale": "en" } |