Share Tabs

Share Your Opened Tabs Just One Click

What is Share Tabs?

Share Tabs is a Chrome extension developed by juststayinvegas, and its main feature is "Share Your Opened Tabs Just One Click".

Extension Screenshots

screenshot
screenshot
screenshot

Download Share Tabs Extension CRX File

Download Share Tabs 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

                        Share your opened browser tabs just one click without sign up.                    

Extension Basic Information

Name Share Tabs Share Tabs
ID dneibnomihlihbnibiblbmeppafmeacg
Official URL https://chromewebstore.google.com/detail/share-tabs/dneibnomihlihbnibiblbmeppafmeacg
Description Share Your Opened Tabs Just One Click
File Size 43.32 KB
Installation Count 208
Current Version 1.0
Last Updated 2022-03-21
Publish Date 2022-03-21
Developer juststayinvegas
Payment Type free
Extension Website https://www.site2share.com/login
Help Page URL https://www.site2share.com/login
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share Tabs",
    "description": "Share Your Opened Tabs Just One Click",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}