Bookmarks on new tab
This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days
Что такое Bookmarks on new tab?
Bookmarks on new tab - это расширение Chrome, разработанное Ilya Boltnev, и его основная функция - "This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days".
Снимки экрана расширения
Скачать файл CRX расширения Bookmarks on new tab
Скачайте файлы расширений Bookmarks on new tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is app for replacing default new tab page. One day I decided to add more than default 8 sites to my "new tab" page. Eventually I created this app. In addition it displays most popular sites based on last week history
Основная информация о расширении
Название | Bookmarks on new tab |
ID | llplfmijcgmknneikmmkoobhojjnpbbn |
Официальный URL | https://chromewebstore.google.com/detail/bookmarks-on-new-tab/llplfmijcgmknneikmmkoobhojjnpbbn |
Описание | This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days |
Размер файла | 79.45 KB |
Количество установок | 35 |
Текущая Версия | 1.2 |
Последнее Обновление | 2013-05-18 |
Дата публикации | 2013-05-18 |
Рейтинг | 2.50/5 Всего 2 оценок |
Разработчик | Ilya Boltnev |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmarks on new tab", "description": "This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days", "version": "1.2", "chrome_url_overrides": { "newtab": "my_newtab.html" }, "permissions": [ "bookmarks", "history", "management", "chrome:\/\/favicon\/" ], "content_security_policy": "object-src 'self'; script-src 'self' 'unsafe-eval'" } |