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. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ratankumar.org และคุณลักษณะหลักของมันคือ "Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Url Opener - Opens pasted URL in new tab.

ดาวน์โหลดไฟล์ส่วนขยาย 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
}