Found

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

Found là gì?

Found là một tiện ích mở rộng Chrome được phát triển bởi http://found.so, và tính năng chính của nó là "Found is the easiest way to capture, share & store images.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Found

Tải xuống các tệp mở rộng Found dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Found Found
ID geblembjogdcglflijdiafppilmgbefh
URL Chính Thức https://chrome.google.com/webstore/detail/found/geblembjogdcglflijdiafppilmgbefh
Mô tả Found is the easiest way to capture, share & store images.
Kích Thước Tệp 2.65 MB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.0.25
Cập Nhật Lần Cuối 2021-07-25
Ngày Phát Hành 2020-04-01
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://found.so
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://found.so
URL Trang Trợ Giúp https://found.so
URL Trang Chính Sách Bảo Mật https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}