Create Embeddable Links for Google Photos

Creates embeddable image links for google photos and places them on the clipboard. Supports direct image links and BBCode snippets.

Create Embeddable Links for Google Photos란 무엇입니까?

Create Embeddable Links for Google Photos은(는) denovoPRO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates embeddable image links for google photos and places them on the clipboard. Supports direct image links and BBCode snippets."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Create Embeddable Links for Google Photos 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Google Photos is a great product, but it has a big weakness: It provides no mechanism to create easy to use links to your photos for sharing outside of Google Plus/Photos. This extension fixes that by providing context (right-click) menu options to create simple embeddable links (including BBCode style) to your photo, with optional resizing. 

When you select "Copy Image Link" and either embeddable or BBCode link from the context menu, the extension will create the appropriate link text and place it on your clipboard, ready for you to paste into a message or forum post etc. It works with most any online system that can process typical image links.                    

확장 프로그램 기본 정보

이름 Create Embeddable Links for Google Photos Create Embeddable Links for Google Photos
ID hmakijajeinknkeaepeicdejkhdigigh
공식 URL https://chromewebstore.google.com/detail/create-embeddable-links-f/hmakijajeinknkeaepeicdejkhdigigh
설명 Creates embeddable image links for google photos and places them on the clipboard. Supports direct image links and BBCode snippets.
파일 크기 28.24 KB
설치 횟수 606
현재 버전 0.0.3
최근 업데이트 2018-02-20
출시 날짜 2018-02-20
평점 3.25/5 총 4 개의 평점
개발자 denovoPRO
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Create Embeddable Links for Google Photos",
    "version": "0.0.3",
    "description": "Creates embeddable image links for google photos and places them on the clipboard. Supports direct image links and BBCode snippets.",
    "background": {
        "scripts": [
            "scripts\/eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "storage"
    ],
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "images\/link-symbol-16.png",
        "24": "images\/link-symbol-24.png",
        "32": "images\/link-symbol-32.png",
        "64": "images\/link-symbol-64.png",
        "128": "images\/link-symbol-128.png",
        "256": "images\/link-symbol-256.png",
        "512": "images\/link-symbol-512.png"
    }
}