Multilink
open all links in tabs
什么是Multilink?
Multilink是由Nikhil & Suraj开发的Chrome扩展程序,该扩展的主要功能是“open all links in tabs”。
扩展截图
下载Multilink扩展crx文件
下载Multilink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This application is for those people who are lazy to open multiple links one at a time. All you have to do is paste all the links in the text box and press open. all the links will be opend at a time. Hope you find it usefull
扩展基本信息
名称 | |
ID | hakpaefefpemiaahboigpjchbmgkejaj |
官方URL | https://chrome.google.com/webstore/detail/multilink/hakpaefefpemiaahboigpjchbmgkejaj |
简介 | open all links in tabs |
文件大小 | 281 KB |
安装次数 | 6,114 |
当前版本 | 4.1 |
更新时间 | 2014-04-28 |
上架时间 | 2014-04-28 |
评分 | 3.97/5 共35次评分 |
开发者 | Nikhil & Suraj |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "i.png", "default_title": "Multilink", "default_popup": "popup.html" }, "description": "open all links in tabs", "icons": { "128": "i.png", "16": "i.png", "48": "i.png" }, "manifest_version": 2, "name": "Multilink", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.1" } |