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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}