Later - Save Images for Instagram

Find and save photos for Instagram from across the web using the Later Chrome Extension.

Later - Save Images for Instagram क्या है?

Later - Save Images for Instagram later-developers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find and save photos for Instagram from across the web using the Later Chrome Extension."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Later - Save Images for Instagram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Save post-worthy photos to your Later media library—from anywhere on the web.

The Later Chrome extension helps you share the perfect social media content even faster. Just right click on any image and save directly to your Later media library. We import the page title and original url —so you’ll never forget who to credit.  

Any media you save is accessible on desktop, mobile, or tablet.

Using Adobe Spark? This extension is for you. Once you’ve created your image, hit “share” and choose Later as a source. Your file, along with any notes, will be added directly to your media library. 

Haven’t got a Later account yet? Sign up for free at Later.com.                    

एक्सटेंशन की मूल जानकारी

नाम Later - Save Images for Instagram Later - Save Images for Instagram
ID cpohpgohfajjfjiakcfcobnhfnfdddkg
आधिकारिक URL https://chromewebstore.google.com/detail/later-save-images-for-ins/cpohpgohfajjfjiakcfcobnhfnfdddkg
विवरण Find and save photos for Instagram from across the web using the Later Chrome Extension.
फ़ाइल का आकार 990 KB
स्थापना संख्या 13,525
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2020-09-01
प्रकाशन तिथि 2020-02-07
रेटिंग 4.07/5 कुल 59 रेटिंग्स
डेवलपर later-developers
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://later.com/
सहायता पृष्ठ URL http://help.later.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Later - Save Images for Instagram",
    "description": "Find and save photos for Instagram from across the web using the Later Chrome Extension.",
    "homepage_url": "https:\/\/later.com",
    "version": "1.0.7",
    "manifest_version": 2,
    "minimum_chrome_version": "22.0.0.0",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "data\/main.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "manifest.json"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.adobe.com\/*"
            ],
            "js": [
                "data\/adobe.js"
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.later.com\/*",
            "*:\/\/*.chromium.org\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}