Thinktab
Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.
Что такое Thinktab?
Thinktab - это расширение Chrome, разработанное thinktabextdeveloper, и его основная функция - "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.".
Снимки экрана расширения
Скачать файл CRX расширения Thinktab
Скачайте файлы расширений Thinktab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Thinktab allow user to customize new tab with unlimited shortcut URLs and background images with cropping tool and image setting. You can change the images size and create customized new tab background images of family friends and things you like, including creating favorite links. By clicking "Add to chrome", I accept and agree to installing Thinktab extension and setting Chrome™ New Tab search to Bing provided by the service and the Terms of Use at Privacy Policy: https://www.thinktabext.com/privacy.html EULA: https://www.thinktabext.com/eula.html
Основная информация о расширении
Название | |
ID | bdicbodmbnjojjhjhpblokklbohbcngk |
Официальный URL | https://chrome.google.com/webstore/detail/thinktab/bdicbodmbnjojjhjhpblokklbohbcngk |
Описание | Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images. |
Размер файла | 2.27 MB |
Количество установок | 6,000 |
Текущая Версия | 1.11 |
Последнее Обновление | 2022-07-21 |
Дата публикации | 2022-05-17 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | thinktabextdeveloper |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.thinktabext.com/ |
URL страницы помощи | https://www.thinktabext.com/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thinktab", "description": "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.", "version": "1.11", "manifest_version": 3, "icons": { "16": "\/img\/index.png", "32": "\/img\/index.png", "48": "\/img\/index.png", "128": "\/img\/index.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "unlimitedStorage", "activeTab" ], "action": { "default_popup": "popup.html", "default_title": "Click here to show the popup to add or remove the current url from shortcut." }, "background": { "service_worker": "service_worker.js" } } |