Found

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

Co je Found?

Found je rozšíření Chrome vyvinuté http://found.so, a jeho hlavní funkcí je „Found is the easiest way to capture, share & store images.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Found

Stáhněte si soubory rozšíření Found ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Found Found
ID geblembjogdcglflijdiafppilmgbefh
Oficiální URL https://chrome.google.com/webstore/detail/found/geblembjogdcglflijdiafppilmgbefh
Popis Found is the easiest way to capture, share & store images.
Velikost souboru 2.65 MB
Počet instalací 23
Aktuální Verze 0.0.25
Poslední Aktualizace 2021-07-25
Datum Vydání 2020-04-01
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář http://found.so
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://found.so
URL Stránky Nápovědy https://found.so
URL Stránky Zásad Ochrany Soukromí https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8
Podporované Jazyky 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"
        }
    }
}