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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον later-developers, και η κύρια λειτουργία του είναι "Find and save photos for Instagram from across the web using the Later Chrome Extension.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Later - Save Images for Instagram

Λήψη αρχείων επέκτασης Later - Save Images for Instagram σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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