Just One Tab
Just One Tab is a free Google Chrome extension that forces you to single-task.
什么是Just One Tab?
Just One Tab是由https://jot.pm开发的Chrome扩展程序,该扩展的主要功能是“Just One Tab is a free Google Chrome extension that forces you to single-task.”。
扩展截图
下载Just One Tab扩展crx文件
下载Just One Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | ihkkfjgomaenfaldplbmlicgepnjjmgl |
| 官方URL | https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl |
| 简介 | Just One Tab is a free Google Chrome extension that forces you to single-task. |
| 文件大小 | 152 KB |
| 安装次数 | 99 |
| 当前版本 | 0.1.2 |
| 更新时间 | 2018-02-16 |
| 上架时间 | 2018-02-16 |
| 开发者 | https://jot.pm |
| 付费类型 | free |
| 扩展官网 | http://jot.pm/ |
| 帮助页面URL | http://jot.pm/ |
| 支持的语言 | 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
} | |