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
官方網址 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
}