Seamless Sidekick

Browser extension of Seamless for Mac. Save links and images on the webpages with ease.

什麼是Seamless Sidekick?

Seamless Sidekick是由Anybox LTD開發的Chrome擴展程式,該擴展的主要功能是“Browser extension of Seamless for Mac. Save links and images on the webpages with ease.”。

擴展截圖

screenshot
screenshot
screenshot

下載Seamless Sidekick擴展crx文件

下載Seamless Sidekick擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Seamless Sidekick can only work alongside Seamless for Mac. Save links and images by Control + click on the elements and select the corresponding menu item. 

Supported features:
- Save link
- Save link as file
- Save image, video and audio file (no larger than 80MB)
- Save selected text
- Save current page

Bonus feature:
- Special treat for Instagram lovers: save Instagram images with Seamless Sidekick like any other sites.
 
Visit https://shinystone.net/seamless for more information.                    

擴展基本資訊

名稱 Seamless Sidekick Seamless Sidekick
ID gagcbnnapoohmeklfogpndeagmnhfgom
官方網址 https://chromewebstore.google.com/detail/seamless-sidekick/gagcbnnapoohmeklfogpndeagmnhfgom
簡介 Browser extension of Seamless for Mac. Save links and images on the webpages with ease.
檔案大小 34.38 KB
安裝次數 122
目前版本 1.3.4
更新時間 2021-06-18
上架時間 2021-06-08
評分 5.00/5 共 2 次評分
開發者 Anybox LTD
電子郵箱 [email protected]
付費類型 free
擴展官網 https://shinystone.net/seamless
隱私政策頁面URL https://anybox.app/privacy-policy
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.3.4",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "http:\/\/localhost\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "instagram.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    }
}