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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | geblembjogdcglflijdiafppilmgbefh |
官方網址 | 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", " |