SpiderTab
SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.
Что такое SpiderTab?
SpiderTab - это расширение Chrome, разработанное mircea.sorin.sebastian, и его основная функция - "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.".
Снимки экрана расширения
Скачать файл CRX расширения SpiderTab
Скачайте файлы расширений SpiderTab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Chrome allows you to have a custom page set up as the 'new tab page', but what happens if you want more than one page to be opened whenever you start a new tab? This is exactly what SpiderTab allows you to do. Easily set up certain webpages and layouts as your default 'new tab page'. Основная информация о расширении
| Название | |
| ID | figmmpfpocbfimmkcobcchfmgppljhla |
| Официальный URL | https://chromewebstore.google.com/detail/spidertab/figmmpfpocbfimmkcobcchfmgppljhla |
| Описание | SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'. |
| Размер файла | 1.11 MB |
| Количество установок | 447 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2020-08-03 |
| Дата публикации | 2020-07-20 |
| Рейтинг | 4.13/5 Всего 8 оценок |
| Разработчик | mircea.sorin.sebastian |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://sorinmircea.com/privacy_policy |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SpiderTab",
"version": "1.1",
"description": "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.",
"manifest_version": 2,
"icons": {
"512": "spider-512.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_icon": "spider-512.png",
"default_popup": "popUp\/index.html",
"default_title": "SpiderTab Manager"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/*\/*"
]
} | |