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文件

下載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
官方網址 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"
    }
}