Chromium Vector Icon Painter
Draws vector .icon files in the Chromium repository as SVG images.
Chromium Vector Icon Painter क्या है?
Chromium Vector Icon Painter https://thorium.rocks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Draws vector .icon files in the Chromium repository as SVG images."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chromium Vector Icon Painter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension which can draw .icon files locally, as well as in the Chromium repository at https://chromium.googlesource.com/chromium/src.git
एक्सटेंशन की मूल जानकारी
नाम | Chromium Vector Icon Painter |
ID | cnlndebkegcfnbiknohgneobakigplhf |
आधिकारिक URL | https://chromewebstore.google.com/detail/chromium-vector-icon-pain/cnlndebkegcfnbiknohgneobakigplhf |
विवरण | Draws vector .icon files in the Chromium repository as SVG images. |
फ़ाइल का आकार | 381 KB |
स्थापना संख्या | 386 |
वर्तमान संस्करण | 0.2.5 |
अंतिम अपडेट | 2023-09-03 |
प्रकाशन तिथि | 2022-06-28 |
डेवलपर | https://thorium.rocks |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Alex313031/Chromium-Vector-Icons |
सहायता पृष्ठ URL | https://github.com/Alex313031/Chromium-Vector-Icons/issues |
गोपनीयता नीति पृष्ठ URL | https://thorium.rocks/COC.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "css\/vector_icon.css" ], "js": [ "js\/vector_icon.js", "js\/cs.js" ], "matches": [ "*:\/\/cs.chromium.org\/*", "*:\/\/www.chromium.org\/*", "*:\/\/source.chromium.org\/chromium\/*", "*:\/\/chromium.googlesource.com\/chromium\/*", "https:\/\/*\/*", "http:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_end" }, { "css": [ "css\/vector_icon.css" ], "js": [ "js\/vector_icon.js", "js\/gitiles.js" ], "matches": [ "*:\/\/cs.chromium.org\/*", "*:\/\/www.chromium.org\/*", "*:\/\/source.chromium.org\/chromium\/*", "*:\/\/chromium.googlesource.com\/chromium\/*", "https:\/\/*\/*", "http:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_end" }, { "css": [ "css\/vector_icon.css" ], "js": [ "js\/vector_icon.js", "js\/file.js" ], "matches": [ "file:\/\/*icon" ], "run_at": "document_end" } ], "description": "Draws vector .icon files in the Chromium repository as SVG images.", "host_permissions": [ "*:\/\/cs.chromium.org\/*", "*:\/\/www.chromium.org\/*", "*:\/\/source.chromium.org\/chromium\/*", "*:\/\/chromium.googlesource.com\/chromium\/*", "file:\/\/*icon", "https:\/\/*\/*", "http:\/\/*\/*", "ftp:\/\/*\/*" ], "icons": { "128": "imgs\/icon_128.png", "16": "imgs\/icon_16.png", "19": "imgs\/icon_19.png", "24": "imgs\/icon_24.png", "256": "imgs\/icon_256.png", "32": "imgs\/icon_32.png", "38": "imgs\/icon_38.png", "48": "imgs\/icon_48.png", "64": "imgs\/icon_64.png" }, "manifest_version": 3, "minimum_chrome_version": "88", "name": "Chromium Vector Icon Painter", "short_name": "Chromium Vectorizor", "author": "Alex313031", "homepage_url": "https:\/\/github.com\/Alex313031\/Chromium-Vector-Icons", "offline_enabled": true, "version": "0.2.5", "version_name": "0.2.5" } |