Open Tabs
When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
什么是Open Tabs?
Open Tabs是由opentabs开发的Chrome扩展程序,该扩展的主要功能是“When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.”。
扩展截图
下载Open Tabs扩展crx文件
下载Open Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easiest way to manage your open tabs in Chrome. When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket. 扩展基本信息
| 名称 | |
| ID | anffifgedjhloingebbhadnfengmbapm |
| 官方URL | https://chromewebstore.google.com/detail/open-tabs/anffifgedjhloingebbhadnfengmbapm |
| 简介 | When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket. |
| 文件大小 | 71.36 KB |
| 安装次数 | 109 |
| 当前版本 | 0.1.4 |
| 更新时间 | 2014-08-23 |
| 上架时间 | 2014-08-23 |
| 评分 | 4.29/5 共7次评分 |
| 开发者 | opentabs |
| 付费类型 | free |
| 扩展官网 | https://twitter.com/myopentabs |
| 帮助页面URL | https://twitter.com/myopentabs |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open Tabs",
"description": "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.",
"version": "0.1.4",
"incognito": "split",
"icons": {
"48": "opentabsfavicon48.ico",
"128": "opentabsfavicon.ico"
},
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"chrome_url_overrides": {
"newtab": "opentabs.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"manifest_version": 2
} | |