Multi-links
Open multiple links at once.
什么是Multi-links?
Multi-links是由hanyoud开发的Chrome扩展程序,该扩展的主要功能是“Open multiple links at once.”。
扩展截图
下载Multi-links扩展crx文件
下载Multi-links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A useful extension to open multiple links at once. Links (separated by newlines) contain valid URLs will be opened in new tabs, with the invalid data being ignored. 1). Customize maximum number of links will be opened at once; 2). Customize interval time between opening two links. Source code: https://code.google.com/p/multi-links/
扩展基本信息
名称 | Multi-links |
ID | gflgnmgilmokfhbckilljalhemjjeldl |
官方URL | https://chromewebstore.google.com/detail/multi-links/gflgnmgilmokfhbckilljalhemjjeldl |
简介 | Open multiple links at once. |
文件大小 | 8.71 KB |
安装次数 | 11,227 |
当前版本 | 1.2.3 |
更新时间 | 2013-12-31 |
上架时间 | 2013-12-31 |
评分 | 4.56/5 共18次评分 |
开发者 | hanyoud |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multi-links", "short_name": "Multi-links", "description": "Open multiple links at once.", "version": "1.2.3", "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |