Twitter & FB Capture

Capture screenshots of Twitter and Facebook posts.

Twitter & FB Capture क्या है?

Twitter & FB Capture Shang Liang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture screenshots of Twitter and Facebook posts."।

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

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

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

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

                        Screen grab a post on Twitter and Facebook. 
After installation, go and visit a Twitter page e.g. https://twitter.com/googlecloud/status/1285547816564269057
Right click at the center post and the a button will appear in the context menu "Capture"
Click at it capture the image and you can paste it onto your keynote or powerpoint slides                    

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

नाम Twitter & FB Capture Twitter & FB Capture
ID jnajainpealobgghniooofdcahcflnag
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-fb-capture/jnajainpealobgghniooofdcahcflnag
विवरण Capture screenshots of Twitter and Facebook posts.
फ़ाइल का आकार 42.8 KB
स्थापना संख्या 189
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2020-07-24
प्रकाशन तिथि 2020-07-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Shang Liang
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter & FB Capture",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Capture screenshots of Twitter and Facebook posts.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.facebook.com\/*",
        "https:\/\/twitter.com\/*",
        "activeTab",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "injection.css"
    ]
}