Just One Tab
Just One Tab is a free Google Chrome extension that forces you to single-task.
Vad är Just One Tab?
Just One Tab är en Chrome-tillägg utvecklad av https://jot.pm, och dess huvudfunktion är "Just One Tab is a free Google Chrome extension that forces you to single-task.".
Tilläggsskärmbilder
Ladda ner Just One Tab-förlängningens CRX-fil
Ladda ner Just One Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ihkkfjgomaenfaldplbmlicgepnjjmgl |
| Officiell webbadress | https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl |
| Beskrivning | Just One Tab is a free Google Chrome extension that forces you to single-task. |
| Filstorlek | 152 KB |
| Antal Installationer | 99 |
| Aktuell Version | 0.1.2 |
| Senast Uppdaterad | 2018-02-16 |
| Publiceringsdatum | 2018-02-16 |
| Utvecklare | https://jot.pm |
| Betalningssätt | free |
| Tilläggswebbplats | http://jot.pm/ |
| Hjälpsida URL | http://jot.pm/ |
| Stödda Språk | 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
} | |