Found

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

What is Found?

Found is a Chrome extension developed by http://found.so, and its main feature is "Found is the easiest way to capture, share & store images.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Found Extension CRX File

Download Found extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Found Found
ID geblembjogdcglflijdiafppilmgbefh
Official URL https://chrome.google.com/webstore/detail/found/geblembjogdcglflijdiafppilmgbefh
Description Found is the easiest way to capture, share & store images.
File Size 2.65 MB
Installation Count 23
Current Version 0.0.25
Last Updated 2021-07-25
Publish Date 2020-04-01
Rating 5.00/5 Total 3 Ratings
Developer http://found.so
Email [email protected]
Payment Type free
Extension Website https://found.so
Help Page URL https://found.so
Privacy Policy Page URL https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8
Supported Languages 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"
        }
    }
}