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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find and save photos for Instagram from across the web using the Later Chrome Extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Later - Save Images for Instagram 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}