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
Eメール [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
}