Found

Found is the easiest way to capture, share & store images.

什么是Found?

Found是由http://found.so开发的Chrome扩展程序,该扩展的主要功能是“Found is the easiest way to capture, share & store images.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Found扩展crx文件

下载Found扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Found is the easiest way to capture, share & store images.

1. Extract & save images (including background images) from any webpage.
2. Drag and drop images into the extension to save.
3. Capture full-page or partial-page screenshots.
4. Get shareable links to any image or collection of images in seconds.

Everything is backed up in your secure Found cloud account.                    

扩展基本信息

名称 Found Found
ID geblembjogdcglflijdiafppilmgbefh
官方URL https://chrome.google.com/webstore/detail/found/geblembjogdcglflijdiafppilmgbefh
简介 Found is the easiest way to capture, share & store images.
文件大小 2.65 MB
安装次数 23
当前版本 0.0.25
更新时间 2021-07-25
上架时间 2020-04-01
评分 5.00/5 共3次评分
开发者 http://found.so
电子邮箱 [email protected]
付费类型 free
扩展官网 https://found.so
帮助页面URL https://found.so
隐私政策页面URL https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Found",
    "description": "Found is the easiest way to capture, share & store images.",
    "version": "0.0.25",
    "homepage_url": "https:\/\/found.so",
    "manifest_version": 2,
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "title": "open"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "cookies",
        "activeTab",
        ""
    ],
    "commands": {
        "save-page": {
            "suggested_key": {
                "default": "Ctrl+E"
            },
            "description": "Save page"
        }
    }
}