openURLs

Open selected URLs

What is openURLs?

openURLs is a Chrome extension developed by dimaeromin97, and its main feature is "Open selected URLs".

Extension Screenshots

screenshot

Download openURLs Extension CRX File

Download openURLs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Opens URLs from selected text

Fork me on GitHub: https://github.com/dimaeromin97/open-urls-crx

This extension requires the "Tabs" permission in order to open new tabs. The permission appears as "Access your browsing activity" because URLs of tabs are accessible, although this access is only used to set the URL of tabs opened by the extension.                    

Extension Basic Information

Name openURLs openURLs
ID nbbldngkgchfmfdfgkniongenfdcogdh
Official URL https://chrome.google.com/webstore/detail/openurls/nbbldngkgchfmfdfgkniongenfdcogdh
Description Open selected URLs
File Size 31.85 KB
Installation Count 43
Current Version 0.0.2
Last Updated 2019-01-23
Publish Date 2019-01-23
Rating 5.00/5 Total 1 Ratings
Developer dimaeromin97
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "openURLs",
    "short_name": "openURLs",
    "description": "Open selected URLs",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "img\/512.png"
    },
    "icons": {
        "512": "img\/512.png",
        "128": "img\/128.png",
        "16": "img\/16.png",
        "19": "img\/19.png"
    },
    "background": {
        "scripts": [
            "dist\/bundle.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs"
    ]
}