OneClick Picsaver
Save images from any web-page in one click. Extension recognizes and downloads only full-sized pictures without trash and banners.
OneClick Picsaver क्या है?
OneClick Picsaver mj-developers-team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save images from any web-page in one click. Extension recognizes and downloads only full-sized pictures without trash and banners."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OneClick Picsaver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension requires the Picsaver Chrome App image downloader to work properly. You will be asked to install this app. OneClick Picksaver saves images from Facebook, Pinterest, 500 px and any other web page. Extension recognizes and downloads only full-sized pictures without trash and banners. Picsaver analizes preview images on web-pages and downloads the originals. Images are saved in the selected folder with one click and automatically renamed if the same file name already exists.
एक्सटेंशन की मूल जानकारी
नाम | OneClick Picsaver |
ID | phpfkeikhkofikgikkgkhlafelljmpii |
आधिकारिक URL | https://chromewebstore.google.com/detail/oneclick-picsaver/phpfkeikhkofikgikkgkhlafelljmpii |
विवरण | Save images from any web-page in one click. Extension recognizes and downloads only full-sized pictures without trash and banners. |
फ़ाइल का आकार | 68.89 KB |
स्थापना संख्या | 5,093 |
वर्तमान संस्करण | 1.0.7.2 |
अंतिम अपडेट | 2014-05-05 |
प्रकाशन तिथि | 2014-05-05 |
रेटिंग | 3.12/5 कुल 75 रेटिंग्स |
डेवलपर | mj-developers-team |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.7.2", "manifest_version": 2, "default_locale": "en", "description": "__MSG_appDesc__", "minimum_chrome_version": "23", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/www.facebook.com\/", "http:\/\/500px.com\/", "http:\/\/pinterest.com\/" ], "background": { "page": "background.html" }, "page_action": { "default_title": "Save pics", "default_icon": "18.png", "default_popup": "popup.html" }, "icons": { "16": "18.png", "48": "icons_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": false } ] } |