Found

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

Τι είναι το Found;

Το Found είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://found.so, και η κύρια λειτουργία του είναι "Found is the easiest way to capture, share & store images.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Found

Λήψη αρχείων επέκτασης 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"
        }
    }
}