Found
The browser extension of Found (Aalab.com), to help download assets from webpages to collections
Found क्या है?
Found https://aalab.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The browser extension of Found (Aalab.com), to help download assets from webpages to collections"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Found एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
1.0.8 - Fixed redundant notes from New Bing Image Creator; Improved support for MidJourney; Repositioned popup menu 1.0.7 - Supports MidJourney, including downloading large images and saving prompts to notes 1.0.6 - Supports downloading images from local Stable Diffusion webpage Fixed a problem of wrong resolution image when downloading from Pinterest 1.0.5 - New collection search feature
एक्सटेंशन की मूल जानकारी
नाम | Found |
ID | didjghlckjhcmaehijhnndpmagpakkkm |
आधिकारिक URL | https://chromewebstore.google.com/detail/found/didjghlckjhcmaehijhnndpmagpakkkm |
विवरण | The browser extension of Found (Aalab.com), to help download assets from webpages to collections |
फ़ाइल का आकार | 700 KB |
स्थापना संख्या | 5,392 |
वर्तमान संस्करण | 1.0.8 |
अंतिम अपडेट | 2023-06-14 |
प्रकाशन तिथि | 2022-12-02 |
रेटिंग | 3.77/5 कुल 13 रेटिंग्स |
डेवलपर | https://aalab.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.aalab.com/privacy-policy |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.8", "default_locale": "en", "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/chunk-vendors.js", "js\/content.js" ], "css": [ "css\/content.css" ], "run_at": "document_end", "all_frames": true } ], "background": { "service_worker": "js\/background.js", "type": "module" }, "action": { "default_icon": "img\/icon48.png", "default_title": "popup", "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'; frame-src 'self'; child-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval'; object-src 'self'" } } |