Found

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

Foundとは何ですか?

Foundはhttp://found.soによって開発されたChromeの拡張機能で、その主な機能は「Found is the easiest way to capture, share & store images.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Found拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        }
    }
}