SVG Fetcher
Fetch all the SVG from the web
SVG Fetcher क्या है?
SVG Fetcher https://giroux-kevin.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fetch all the SVG from the web"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SVG Fetcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Just click on the add-on icon to get all the download links for the rendered page. Refresh the page when you're done.
एक्सटेंशन की मूल जानकारी
नाम | SVG Fetcher |
ID | kckjhgncjgdbiaadckjcnhbonfihmcic |
आधिकारिक URL | https://chromewebstore.google.com/detail/svg-fetcher/kckjhgncjgdbiaadckjcnhbonfihmcic |
विवरण | Fetch all the SVG from the web |
फ़ाइल का आकार | 13.13 KB |
स्थापना संख्या | 569 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2018-06-11 |
प्रकाशन तिथि | 2018-06-11 |
रेटिंग | 1.33/5 कुल 3 रेटिंग्स |
डेवलपर | https://giroux-kevin.fr |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SVG Fetcher", "description": "Fetch all the SVG from the web", "version": "1.1", "browser_action": { "default_icon": "icon128.png", "default_title": "Show links" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "*:\/\/*\/*" ], "icons": { "32": "icon32.png", "128": "icon128.png" } } |