Tabbi
Bookmarks, Front And Center
什么是Tabbi?
Tabbi是由https://12px.io开发的Chrome扩展程序,该扩展的主要功能是“Bookmarks, Front And Center”。
扩展截图
下载Tabbi扩展crx文件
下载Tabbi扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tabbi Bookmarks: A new new tab. Tabbi replaces chrome's new tab page with a new one that is much more bookmark focused, allowing you to find what you need quickly and open it when you need it. Tabbi also supports saving all of your tabs in one go into a special bookmark board called a "session".
扩展基本信息
名称 | Tabbi |
ID | ilonjmcjjkcnhndjfkaoekocdfhedlfd |
官方URL | https://chromewebstore.google.com/detail/tabbi/ilonjmcjjkcnhndjfkaoekocdfhedlfd |
简介 | Bookmarks, Front And Center |
文件大小 | 319 KB |
安装次数 | 30 |
当前版本 | 1.0.0.3 |
更新时间 | 2018-10-06 |
上架时间 | 2018-10-05 |
评分 | 5.00/5 共1次评分 |
开发者 | https://12px.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://tabbi.12px.io |
帮助页面URL | https://github.com/12px/tabbi |
隐私政策页面URL | https://github.com/pixelcrisis/turntable-tweaks/blob/main/Privacy.md |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabbi", "version": "1.0.0.3", "description": "Bookmarks, Front And Center", "manifest_version": 2, "icons": { "128": "icon.png" }, "browser_action": { "default_popup": "app\/index.html?popup=true", "default_icon": { "128": "icon.png" } }, "permissions": [ "tabs", "identity", "storage" ], "chrome_url_overrides": { "newtab": "app\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "oauth2": { "client_id": "645077009967-qhq77o1l3qgnijjor0ap9vtbvrtq0st2.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.appdata" ] } } |