Open All Url
This extension Will create mutli urls of Your links and open them in multi tabs in any browsers
什么是Open All Url?
Open All Url是由Waseem Abbas开发的Chrome扩展程序,该扩展的主要功能是“This extension Will create mutli urls of Your links and open them in multi tabs in any browsers”。
扩展截图
下载Open All Url扩展crx文件
下载Open All Url扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
OpenAllUrl.com will help you to open multi tab in browser you want to open without wasting time use of this system is very easy all done in four click 1- First Enter your Link in url input without http:// or https:// 2- Second Select Your number to create multiple Links you need 3- Third Click On create List button 4- Fourth look on sight side of website Your Links are created Just Click open List Button You all done.
扩展基本信息
名称 | |
ID | clgildpicgiinpjbadggfigcimffdgld |
官方URL | https://chrome.google.com/webstore/detail/open-all-url/clgildpicgiinpjbadggfigcimffdgld |
简介 | This extension Will create mutli urls of Your links and open them in multi tabs in any browsers |
文件大小 | 29.82 KB |
安装次数 | 92 |
当前版本 | 1.0 |
更新时间 | 2016-09-17 |
上架时间 | 2016-09-17 |
评分 | 2.33/5 共3次评分 |
开发者 | Waseem Abbas |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open All Url", "description": "This extension Will create mutli urls of Your links and open them in multi tabs in any browsers", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |