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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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