EasySave
Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.
EasySave क्या है?
EasySave Aisteru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automaticaly saves all the opened tabs of a Chrome window with a specific file extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EasySave एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tired of saving all your tabs one by one ? EasySave is here to help you with that. All you need to do is to provide a subfolder name, and voilà ! All your tabs in the window are downloaded. You even have to rename them afterwards ? No problem ! EasySave does that too. Give it a name template, and it will save all your files with autoincremented names ! GitHub : https://github.com/AisteruFire/EasySave
एक्सटेंशन की मूल जानकारी
नाम | EasySave |
ID | mfnkmocejbamniefdmgilddcphjhpeck |
आधिकारिक URL | https://chromewebstore.google.com/detail/easysave/mfnkmocejbamniefdmgilddcphjhpeck |
विवरण | Automaticaly saves all the opened tabs of a Chrome window with a specific file extension. |
फ़ाइल का आकार | 296 KB |
स्थापना संख्या | 18 |
वर्तमान संस्करण | 1.3.10.1 |
अंतिम अपडेट | 2019-01-20 |
प्रकाशन तिथि | 2019-01-20 |
डेवलपर | Aisteru |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/AisteruFire/EasySave |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EasySave", "version": "1.3.10.1", "default_locale": "en", "description": "__MSG_appDescription__", "manifest_version": 2, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "tabs", "downloads", "storage" ], "background": { "scripts": [ "scripts\/downloads.js" ], "persistent": false }, "browser_action": { "default_title": "EasySave", "default_icon": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |