Twitter & FB Capture

Capture screenshots of Twitter and Facebook posts.

Twitter & FB Captureとは何ですか?

Twitter & FB CaptureはShang Liangによって開発されたChromeの拡張機能で、その主な機能は「Capture screenshots of Twitter and Facebook posts.」です。

拡張機能のスクリーンショット

Twitter & FB Capture拡張機能のCRXファイルをダウンロード

Twitter & FB Capture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}