Found

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

Found क्या है?

Found http://found.so द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Found is the easiest way to capture, share & store images."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Found एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    }
}