Send Tab: Chrome Accounts
Send a tab to a different chrome window account.
Send Tab: Chrome Accounts क्या है?
Send Tab: Chrome Accounts KnowhereStudios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send a tab to a different chrome window account."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Send Tab: Chrome Accounts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 |
ईमेल | [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 } |