Found

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

Was ist Found?

Found ist eine Chrome-Erweiterung, die von http://found.so entwickelt wurde, und ihr Hauptmerkmal ist "Found is the easiest way to capture, share & store images.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Found-Erweiterungs-CRX-Datei herunterladen

Laden Sie Found-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Found Found
ID geblembjogdcglflijdiafppilmgbefh
Offizielle URL https://chrome.google.com/webstore/detail/found/geblembjogdcglflijdiafppilmgbefh
Beschreibung Found is the easiest way to capture, share & store images.
Dateigröße 2.65 MB
Installationsanzahl 23
Aktuelle Version 0.0.25
Letztes Update 2021-07-25
Veröffentlichungsdatum 2020-04-01
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://found.so
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://found.so
Hilfeseite URL https://found.so
URL der Datenschutzrichtlinien-Seite https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8
Unterstützte Sprachen 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"
        }
    }
}