URL Runner

Open multiple urls with one click.

URL Runnerคืออะไร?

URL Runner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aadh.nisha และคุณลักษณะหลักของมันคือ "Open multiple urls with one click."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Runner

ดาวน์โหลดไฟล์ส่วนขยาย URL Runner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        URL Runner is a browser add-on, a Chrome extension that helps you open multiple URLs with one click. Enjoy the simplicity of numerous URL openers with one tool. Not only that, if you are a marketer, a content writer, a salesperson, or an entrepreneur; URL Runner helps you increase your productivity by opening multiple URLs with one click and opening the first 10 Google Search Results in new tabs with one click!

A simple, yet powerful productivity extension that makes your research work easier. Fetch all the open URLs on your browser, delete a list of URLs, and manage your favorite list of URLs by creating your customized bookmarks.

Key Features:
🌟 Allows users to open a list of custom links quickly and easily in new browser tabs
🌟 Ability to create, save, load, and edit lists of links to provide a simple way to store and use a large number of links in the same place
🌟 Help you open the first 10 URLs on Google Search to save time in research
🌟 Fetches all the open URLs in your browser to help you collect active tab data easily
🌟 Help you create a bookmark for the list of open URLs in your browser to save the list
🌟 A productivity tool for marketers, affiliates, entertainers, artists, designers, and sales reps!

The extension does not collect any user data while running; we are proud of that!

You can open multiple URLs with our Bulk link opener feature. Not only that, but the URL opener also functions as a search engine batch link opener. This means you can open the initial 10 links on your Google Search with just a single click (this does not include ad URLs). 

Start Using our bulk URL opener for:
👉 Open multiple links at the same time, save the list, and load list URLs to improve productivity
👉 Open the initial 10 Google Search results to save your time while doing research work

Open links in multiple tabs on your browser and make your browsing experience soothing.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ URL Runner URL Runner
ID bcoldjnebeoehlkmgabfgkakpanmgbci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/url-runner/bcoldjnebeoehlkmgabfgkakpanmgbci
คำอธิบาย Open multiple urls with one click.
ขนาดไฟล์ 91.63 KB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2024-02-20
วันที่เผยแพร่ 2023-08-17
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา aadh.nisha
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Runner",
    "description": "Open multiple urls with one click.",
    "version": "1.1.0",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "options_page": "settings\/settings.html",
    "action": {
        "default_title": "URL Runner",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.google.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.6.1.min.js",
                "foreground.js"
            ],
            "css": [
                "inject.css"
            ],
            "matches": [
                "*:\/\/*.google.com\/*"
            ]
        }
    ]
}