Just One Tab
Just One Tab is a free Google Chrome extension that forces you to single-task.
Co to jest Just One Tab?
Just One Tab to rozszerzenie Chrome opracowane przez https://jot.pm, a jego główną funkcją jest „Just One Tab is a free Google Chrome extension that forces you to single-task.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Just One Tab
Pobierz pliki rozszerzeń Just One Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Just One Tab is a free Google Chrome extension that forces you to single-task.
Preventing you from opening more than one tab per window, it's hoped this simple tab-limiter will give you space to focus on just one thing. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ihkkfjgomaenfaldplbmlicgepnjjmgl |
| Oficjalny URL | https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl |
| Opis | Just One Tab is a free Google Chrome extension that forces you to single-task. |
| Rozmiar pliku | 152 KB |
| Liczba instalacji | 99 |
| Aktualna Wersja | 0.1.2 |
| Ostatnia Aktualizacja | 2018-02-16 |
| Data Publikacji | 2018-02-16 |
| Deweloper | https://jot.pm |
| Typ Płatności | free |
| Strona Rozszerzenia | http://jot.pm/ |
| Adres URL Strony Pomocy | http://jot.pm/ |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Just One Tab",
"description": "Just One Tab is a free Google Chrome extension that forces you to single-task.",
"version": "0.1.2",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
},
"default_title": "Tab Limit"
},
"icons": {
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"manifest_version": 2
} | |