Url Opener - Opens pasted URL in new tab.

Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.

什么是Url Opener - Opens pasted URL in new tab.?

Url Opener - Opens pasted URL in new tab.是由http://ratankumar.org开发的Chrome扩展程序,该扩展的主要功能是“Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.”。

扩展截图

screenshot

下载Url Opener - Opens pasted URL in new tab.扩展crx文件

下载Url Opener - Opens pasted URL in new tab.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Enter each URL in new line or comma separated and click the "Open All". The app will then open all the pages in separate tabs.                    

扩展基本信息

名称 Url Opener - Opens pasted URL in new tab. Url Opener - Opens pasted URL in new tab.
ID npigammimfppobbaloflgbfnknhkgooo
官方URL https://chrome.google.com/webstore/detail/url-opener-opens-pasted-u/npigammimfppobbaloflgbfnknhkgooo
简介 Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.
文件大小 35.29 KB
安装次数 34
当前版本 1.0
更新时间 2014-07-29
上架时间 2014-07-29
评分 2.00/5 共1次评分
开发者 http://ratankumar.org
电子邮箱 [email protected]
付费类型 free
帮助页面URL http://ratankumar.org
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Url Opener - Opens pasted URL in new tab. ",
    "description": "Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Url-Opener",
        "default_icon": {
            "19": "icon48.png",
            "38": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}