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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates embeddable image links for google photos and places them on the clipboard. Supports direct image links and BBCode snippets."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Create Embeddable Links for Google Photos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}