Tweet creator

Summarize any selected text as a tweet

Tweet creator क्या है?

Tweet creator https://metaverseprofessional.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Summarize any selected text as a tweet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tweet creator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ✨ Works on x.com (new Twitter) ✖️

This Chrome Extension allows you to easily generate tweets out of any text you select 👍. Once installed, simply right-click on the text you want to tweet about and choose "Create Tweet about this text" from the context menu. The extension will then automatically generate a tweet based on the selected text 👏, which you can then share with just one click 😉.

Whether you're browsing the web in English or any other language 🌎, this extension works seamlessly to generate tweets in any language 🌐 and for any text size 💯. 

With this extension, you can easily share your thoughts and ideas on Twitter without the hassle of crafting your own tweets from scratch ✍️.

🏆 7 days free trial - (No credit card needed 🚫💳)

Developed by 👨‍💻: Enrique Gamboa & Elias Ordaz Sanchez                    

एक्सटेंशन की मूल जानकारी

नाम Tweet creator Tweet creator
ID ihoonofbgnaoiflemilecmfkgoekadoe
आधिकारिक URL https://chromewebstore.google.com/detail/tweet-creator/ihoonofbgnaoiflemilecmfkgoekadoe
विवरण Summarize any selected text as a tweet
फ़ाइल का आकार 6.47 MB
स्थापना संख्या 35
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2023-08-15
प्रकाशन तिथि 2023-07-24
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://metaverseprofessional.tech
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://metaverseprofessional.tech/pages/chrome-extensions
सहायता पृष्ठ URL https://metaverseprofessional.tech/pages/contact
गोपनीयता नीति पृष्ठ URL https://metaverseprofessional.tech/pages/privacy-policy-automatic-trait-generator
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tweet creator",
    "short_name": "Tweet creator",
    "version": "2.0.1",
    "author": "Metaverse Professional",
    "description": "Summarize any selected text as a tweet",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/",
                "https:\/\/*\/"
            ],
            "js": [
                "ExtPay.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}