BeamTab
Beam your current tab to your other Chrome browsers.
BeamTab क्या है?
BeamTab stelabouras द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Beam your current tab to your other Chrome browsers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BeamTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
BeamTab is a Chrome extension that lets you "beam" your current tab to your other Chrome browsers. Unlike extensions like Pushbullet, it doesn't beam the tab to all of your Chrome devices but it lets you choose the device you want to send it to. BeamTab autogenerates your devices' names using some weird animal names, which you can change at any time by visiting the Options page. You can also beam tabs to your friends! Just send your share link and get the share link of your friends and start beaming pages with each other! This extension is open source: https://github.com/stelabouras/BeamTab
एक्सटेंशन की मूल जानकारी
नाम | BeamTab |
ID | hjimekoedodkoapedlmjngpelnlnoehf |
आधिकारिक URL | https://chromewebstore.google.com/detail/beamtab/hjimekoedodkoapedlmjngpelnlnoehf |
विवरण | Beam your current tab to your other Chrome browsers. |
फ़ाइल का आकार | 56.23 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 1.9 |
अंतिम अपडेट | 2017-04-17 |
प्रकाशन तिथि | 2017-04-17 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | stelabouras |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/stelabouras/beamtab |
गोपनीयता नीति पृष्ठ URL | https://www.linkpack.io/terms |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Stelios Petrakis", "background": { "persistent": true, "scripts": [ "js\/forge-sha256.js", "js\/events.js" ] }, "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-76.png" }, "default_title": "BeamTab" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+B" } } }, "web_accessible_resources": [ "css\/extractor.css" ], "options_page": "html\/options.html", "description": "Beam your current tab to your other Chrome browsers.", "homepage_url": "http:\/\/stelabouras.com", "icons": { "16": "icons\/icon-16.png", "256": "icons\/icon-256.png" }, "manifest_version": 2, "name": "BeamTab", "permissions": [ "idle", "contextMenus", "tabs", "storage", "notifications", "identity", "identity.email", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/extractor.js" ], "css": [ "css\/extractor.css" ] } ], "version": "1.9" } |