open multi tabs
open multi tabs from urls separated by spaces or tabs or new lines
什么是open multi tabs?
open multi tabs是由http://withcat.net开发的Chrome扩展程序,该扩展的主要功能是“open multi tabs from urls separated by spaces or tabs or new lines”。
扩展截图
下载open multi tabs扩展crx文件
下载open multi tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
open multi tabs from urls separated by spaces or tabs or new lines
扩展基本信息
名称 | |
ID | jljmfncehhnfcokceopodljhfdmenjjh |
官方URL | https://chrome.google.com/webstore/detail/open-multi-tabs/jljmfncehhnfcokceopodljhfdmenjjh |
简介 | open multi tabs from urls separated by spaces or tabs or new lines |
文件大小 | 206 KB |
安装次数 | 291 |
当前版本 | 0.1 |
更新时间 | 2014-01-15 |
上架时间 | 2014-01-15 |
评分 | 3.00/5 共2次评分 |
开发者 | http://withcat.net |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "open multi tabs", "description": "open multi tabs from urls separated by spaces or tabs or new lines", "version": "0.1", "permissions": [ "tabs" ], "browser_action": { "default_title": "open multi tabs", "default_icon": "images\/add_link-128.png", "default_popup": "views\/feed.html" }, "icons": { "128": "images\/add_link-128.png" } } |