og:me

Download a webpage's og:image in just two clicks

og:meとは何ですか?

og:meはNiceWrk, LLCによって開発されたChromeの拡張機能で、その主な機能は「Download a webpage's og:image in just two clicks」です。

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

screenshot
screenshot
screenshot
screenshot

og:me拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        og:me lets you quickly download the image defined in the og:image tag of a webpage's HTML.

TO USE:

1) Click the og:me Chrome extension icon when visiting any webpage
2) Click on the displayed image in the preview box to download it

This Chrome extension should be particularly useful for social media editors and managers who want to streamline the process of grabbing a social-optimized image off any article page so that the image can then be uploaded onto another social platform. og:me also shows a preview of the current og:image, so you can see how well-optimized that image is for social sharing.

If no image is defined in the og:image tag, no image preview will appear—so if it's in your power you should, you know, fix that.  

Note that the image will be downloaded to the destination defined by the user's Chrome settings, which usually defaults to the Downloads folder.

For feature requests and bug reports, submit items to the Github repo: https://github.com/austinjalexander/ogme/issues.

Created by @austinjalexande and @NateGoldman.                    

拡張機能の基本情報

名前 og:me og:me
ID kkhddppbaabnelnahdndgjhiddnbchbo
公式URL https://chromewebstore.google.com/detail/ogme/kkhddppbaabnelnahdndgjhiddnbchbo
説明 Download a webpage's og:image in just two clicks
ファイルサイズ 262 KB
インストール数 302
現在のバージョン 1.4
最終更新日 2016-03-20
公開日 2016-03-20
評価 5.00/5 合計 4 レビュー
開発者 NiceWrk, LLC
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "og:me",
    "short_name": "og:me",
    "description": "Download a webpage's og:image in just two clicks",
    "version": "1.4",
    "author": "NiceWrk, LLC",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "ogme.html"
    },
    "icons": {
        "16": "images\/og16.png",
        "24": "images\/og24.png",
        "48": "images\/og48.png",
        "128": "images\/og128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "downloads",
        "tabs"
    ]
}