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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://found.so
عنوان صفحة سياسة الخصوصية 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"
        }
    }
}