Drag image To Save
Drag an image to save it
Drag image To Save क्या है?
Drag image To Save Bnk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Drag an image to save it"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Drag image To Save एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Just drag it! ----------------------------------------------------- Easiest way to save a picture!!!! Easy On/Off! This extension is given as a tribute rather than for profit, so enjoy it. ----------------------------------------------------- behavior * You can choose where to save it OR use chrome's default download location * Note: linked images (i.e. an image that when you press it a link is opened) have a default chrome behaviour when you drag it (open the link). If you want to save the pic, you have to right click it, select 'open image in new tab' and then drag the image on the new tab). This is done to avoid changing chrome's default behaviour. ----------------------------------------------------- Chrome's download location option is in: Settings->Advanced->Downloads Check -> "Ask where to save each file before downloading" -----------------------------------------------------
एक्सटेंशन की मूल जानकारी
नाम | Drag image To Save |
ID | jlepofnflidkndofkhhbalmmijnlpkpl |
आधिकारिक URL | https://chromewebstore.google.com/detail/drag-image-to-save/jlepofnflidkndofkhhbalmmijnlpkpl |
विवरण | Drag an image to save it |
फ़ाइल का आकार | 24.53 KB |
स्थापना संख्या | 9,911 |
वर्तमान संस्करण | 1.0.1.1 |
अंतिम अपडेट | 2024-02-11 |
प्रकाशन तिथि | 2017-03-15 |
रेटिंग | 3.87/5 कुल 85 रेटिंग्स |
डेवलपर | Bnk |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://openinfirefox.wixsite.com/openinfirefox/dragimagetosave |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Drag image To Save", "description": "Drag an image to save it", "version": "1.0.1.1", "permissions": [ "storage" ], "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "options_page": "options.html", "action": { "default_icon": { "16": "img\/icon16.png", "38": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "content_security_policy": [], "host_permissions": [ "https:\/\/www.google-analytics.com\/" ] } |