Tab url reader and opener

This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.

What is Tab url reader and opener?

Tab url reader and opener is a Chrome extension developed by husypb, and its main feature is "This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.".

Extension Screenshots

screenshot

Download Tab url reader and opener Extension CRX File

Download Tab url reader and opener 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

                                            

Extension Basic Information

Name Tab url reader and opener Tab url reader and opener
ID fodjpnjccjliapgmfjlcjnolcdolgemd
Official URL https://chromewebstore.google.com/detail/tab-url-reader-and-opener/fodjpnjccjliapgmfjlcjnolcdolgemd
Description This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.
File Size 144 KB
Installation Count 30
Current Version 0.7.0
Last Updated 2017-02-09
Publish Date 2017-02-09
Rating 5.00/5 Total 1 Ratings
Developer husypb
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab url reader and opener",
    "version": "0.7.0",
    "manifest_version": 2,
    "description": "This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.",
    "browser_action": {
        "default_icon": "pugapps48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "pugapps16.png",
        "48": "pugapps48.png",
        "128": "pugapps128.png"
    },
    "permissions": [
        "tabs"
    ]
}