Share on Twitter
Share current tab, links and selected text on Twitter.
Share on Twitter क्या है?
Share on Twitter https://browsernative.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share current tab, links and selected text on Twitter."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Share on Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use the toolbar button, keyboard shortcut (alt + t) or the context menu (right click menu) options to share current tab, links and selected text on twitter.com. Extension by BrowserNative. Not affiliated with or created by Twitter.
एक्सटेंशन की मूल जानकारी
नाम | Share on Twitter |
ID | gkjgmeeoldebbdoehhngapnlfmdbmiie |
आधिकारिक URL | https://chromewebstore.google.com/detail/share-on-twitter/gkjgmeeoldebbdoehhngapnlfmdbmiie |
विवरण | Share current tab, links and selected text on Twitter. |
फ़ाइल का आकार | 13.29 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 2.1.2 |
अंतिम अपडेट | 2020-03-15 |
प्रकाशन तिथि | 2020-03-13 |
रेटिंग | 4.37/5 कुल 116 रेटिंग्स |
डेवलपर | https://browsernative.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://browsernative.com/share-on-twitter/ |
सहायता पृष्ठ URL | https://browsernative.com/share-on-twitter/ |
गोपनीयता नीति पृष्ठ URL | https://browsernative.com/extensions-privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "static\/128.png", "default_title": "Share on Twitter" }, "description": "Share current tab, links and selected text on Twitter.", "homepage_url": "https:\/\/browsernative.com\/share-on-twitter\/", "icons": { "128": "static\/128.png", "16": "static\/16.png", "32": "static\/32.png", "48": "static\/48.png" }, "manifest_version": 2, "name": "Share on Twitter", "permissions": [ "contextMenus", "activeTab" ], "version": "2.1.2", "options_ui": { "page": "options.html", "open_in_tab": true }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+T" } } } } |