Save Image Nao
Save images to custom locations from the context menu.
Save Image Nao क्या है?
Save Image Nao wivb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save images to custom locations from the context menu."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save Image Nao एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Creates a context menu item for images that immediately saves the file to the Downloads folder (or a subdirectory of Downloads). The filename can be customized based on various placeholders.
एक्सटेंशन की मूल जानकारी
नाम | Save Image Nao |
ID | bifdbcaabdipllkidbgkndiichlfinbm |
आधिकारिक URL | https://chromewebstore.google.com/detail/save-image-nao/bifdbcaabdipllkidbgkndiichlfinbm |
विवरण | Save images to custom locations from the context menu. |
फ़ाइल का आकार | 19.49 KB |
स्थापना संख्या | 267 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2022-04-27 |
प्रकाशन तिथि | 2016-10-14 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | wivb |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "service_worker": "menus.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'" }, "description": "Save images to custom locations from the context menu.", "icons": { "128": "SaveImageRouter_128x128.png", "16": "SaveImageRouter_16x16.png", "48": "SaveImageRouter_48x48.png" }, "options_ui": { "page": "options.html" }, "host_permissions": [ "*:\/\/*\/*" ], "manifest_version": 3, "name": "Save Image Nao", "permissions": [ "contextMenus", "downloads", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.3" } |