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"
    ]
}