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
公式URL 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
Eメール [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
}