Send Tab: Chrome Accounts

Send a tab to a different chrome window account.

什麼是Send Tab: Chrome Accounts?

Send Tab: Chrome Accounts是由KnowhereStudios開發的Chrome擴展程式,該擴展的主要功能是“Send a tab to a different chrome window account.”。

擴展截圖

screenshot

下載Send Tab: Chrome Accounts擴展crx文件

下載Send Tab: Chrome Accounts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows you to send tabs to other accounts, usually chrome does not allow someone to send a tab to another account open in another window but it is now possible with this extension.

!IMPORTANT FOR USE!
In order for this extension to work make sure you are SIGNED into chrome and SYNC is turned ON.

To use this extension:
Simply open the tab you want to send, right click anywhere on the page and send it to the account thats open.

Patch Notes

v1.0.2
Fixed the bug that would break the extension when user's device goes to sleep.

v1.0.1
Fixed the bug that doesn't let the user connect on initial install                    

擴展基本資訊

名稱 Send Tab: Chrome Accounts Send Tab: Chrome Accounts
ID cghmkfgplocbfebpdeadfcgbbijhhgnc
官方網址 https://chromewebstore.google.com/detail/send-tab-chrome-accounts/cghmkfgplocbfebpdeadfcgbbijhhgnc
簡介 Send a tab to a different chrome window account.
檔案大小 151 KB
安裝次數 385
目前版本 1.0.2
更新時間 2020-07-27
上架時間 2020-07-21
評分 4.67/5 共 3 次評分
開發者 KnowhereStudios
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Send Tab: Chrome Accounts",
    "version": "1.0.2",
    "description": "Send a tab to a different chrome window account.",
    "permissions": [
        "identity",
        "identity.email",
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "socket.io.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}