tabbbs
tabbbs is a tiny chrome extension that makes browsing on dribbble more comfortable. Infinite scrolling can cause hiccups while…
Что такое tabbbs?
tabbbs - это расширение Chrome, разработанное Jonas Brinkhoff, и его основная функция - "tabbbs is a tiny chrome extension that makes browsing on dribbble more comfortable. Infinite scrolling can cause hiccups while…".
Снимки экрана расширения
Скачать файл CRX расширения tabbbs
Скачайте файлы расширений tabbbs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
tabbbs is a tiny chrome extension that makes browsing on dribbble more comfortable. Infinite scrolling can cause hiccups while navigating back and forth in your browser. By default, user profiles and links in shot descriptions are opened in the same tab - when returning to your feed, you often don't end up at the previous scroll position. With tabbbs you can choose to open all user profiles and links in shot descriptions in a new tab by default, so that you always get back to where you took off.
Основная информация о расширении
Название | |
ID | gclpgjhgdjmaolopikgndkepbkcangcg |
Официальный URL | https://chrome.google.com/webstore/detail/tabbbs/gclpgjhgdjmaolopikgndkepbkcangcg |
Описание | tabbbs is a tiny chrome extension that makes browsing on dribbble more comfortable. Infinite scrolling can cause hiccups while… |
Размер файла | 15.38 KB |
Количество установок | 93 |
Текущая Версия | 0.1.2 |
Последнее Обновление | 2017-06-22 |
Дата публикации | 2017-06-22 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | Jonas Brinkhoff |
Тип оплаты | free |
Официальный сайт расширения | http://jub111.github.io/tabbbs/ |
URL страницы помощи | http://jub111.github.io/tabbbs/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tabbbs", "version": "0.1.2", "manifest_version": 2, "icons": { "16": "assets\/logo-16x16.png", "48": "assets\/logo-48x48.png", "128": "assets\/logo-128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.dribbble.com\/*" ], "js": [ "js\/content.js" ] } ], "permissions": [ "activeTab", "storage" ], "options_page": "html\/options.html", "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |