Tweet Button
Adds Tweet Button to Toolbar
Tweet Button क्या है?
Tweet Button foooomio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds Tweet Button to Toolbar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tweet Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome Extension that adds Tweet Button to Toolbar This software is released under the MIT License. https://github.com/foooomio/tweet-button-webext
एक्सटेंशन की मूल जानकारी
नाम | Tweet Button |
ID | joolebahkfpcoapinfefhalfgjkpablf |
आधिकारिक URL | https://chromewebstore.google.com/detail/tweet-button/joolebahkfpcoapinfefhalfgjkpablf |
विवरण | Adds Tweet Button to Toolbar |
फ़ाइल का आकार | 9.26 KB |
स्थापना संख्या | 165 |
वर्तमान संस्करण | 3.0.0 |
अंतिम अपडेट | 2022-05-08 |
प्रकाशन तिथि | 2019-01-02 |
रेटिंग | 3.00/5 कुल 4 रेटिंग्स |
डेवलपर | foooomio |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/foooomio/tweet-button-webext |
गोपनीयता नीति पृष्ठ URL | https://foooomio.net/extensions/privacy-policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tweet Button", "description": "Adds Tweet Button to Toolbar", "version": "3.0.0", "action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "activeTab", "scripting" ], "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" } } |