Found

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

Wat is Found?

Found is een Chrome-extensie ontwikkeld door http://found.so, en de belangrijkste functie is "Found is the easiest way to capture, share & store images.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Found

Download Found-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Found Found
ID geblembjogdcglflijdiafppilmgbefh
Officiële URL https://chrome.google.com/webstore/detail/found/geblembjogdcglflijdiafppilmgbefh
Beschrijving Found is the easiest way to capture, share & store images.
Bestandsgrootte 2.65 MB
Aantal Installaties 23
Huidige Versie 0.0.25
Laatst Bijgewerkt 2021-07-25
Publicatiedatum 2020-04-01
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar http://found.so
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://found.so
Help Pagina-URL https://found.so
URL van de Privacybeleid Pagina https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8
Ondersteunde Talen 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"
        }
    }
}