Simple Tab
Transforms your new tab page into a beautiful and minimalistic image. All code is open source.
Что такое Simple Tab?
Simple Tab - это расширение Chrome, разработанное matthewninja, и его основная функция - "Transforms your new tab page into a beautiful and minimalistic image. All code is open source.".
Снимки экрана расширения
Скачать файл CRX расширения Simple Tab
Скачайте файлы расширений Simple Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simple tab is simple. Simply put, it takes your boring 'New Tab' page and replaces it with a beautiful, hand picked landscape image. Other Tab page extensions are extremely bloated and slow. For users who don't want to see a cluttered tab page, this is the extension for you. Transparency is important to the creator. All code is open source, and is free to use at https://github.com/matthewninja/simpletab. The images are stored locally for extremely fast loading. This extension is a work in progress, and new features are on the way. Any questions will be answered on twitter @koreacanadian.
Основная информация о расширении
Название | Simple Tab |
ID | onmajccknmlhmaclaeplheoehfknefma |
Официальный URL | https://chromewebstore.google.com/detail/simple-tab/onmajccknmlhmaclaeplheoehfknefma |
Описание | Transforms your new tab page into a beautiful and minimalistic image. All code is open source. |
Размер файла | 42.43 MB |
Количество установок | 16 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2017-07-24 |
Дата публикации | 2017-07-23 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | matthewninja |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/matthewninja/simpletab |
URL страницы помощи | https://twitter.com/koreacanadian |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Tab", "version": "0.1.1", "description": "Transforms your new tab page into a beautiful and minimalistic image.\n All code is open source.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": [], "author": "Matthew Ham", "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "new-tab.html" }, "homepage_url": "https:\/\/github.com\/matthewninja\/simpletab", "offline_enabled": true, "permissions": [ "tabs" ], "short_name": "Simple Tab" } |