Tab Queue
Queue tabs for later use!
什么是Tab Queue?
Tab Queue是由FullStack开发的Chrome扩展程序,该扩展的主要功能是“Queue tabs for later use!”。
扩展截图
下载Tab Queue扩展crx文件
下载Tab Queue扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Found some great videos or articles you want to read later on? Queue them up for later viewing with Tab Queue! Easily save useful and interesting tabs and open them one at a time, wherever you are! All saved tabs will be saved to your Chrome account, meaning you can even switch computers and still be able to open them!
扩展基本信息
名称 | Tab Queue |
ID | abjpbboagegjdkhehcblbaodcedegdce |
官方URL | https://chromewebstore.google.com/detail/tab-queue/abjpbboagegjdkhehcblbaodcedegdce |
简介 | Queue tabs for later use! |
文件大小 | 11.42 KB |
安装次数 | 26 |
当前版本 | 1 |
更新时间 | 2017-11-04 |
上架时间 | 2017-11-03 |
评分 | 3.00/5 共2次评分 |
开发者 | FullStack |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Queue", "description": "Queue tabs for later use!", "manifest_version": 2, "version": "1", "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus", "activeTab", "storage" ] } |