Magnifier and Color Picker With VscExtension
This is Magnifier and ColorPicker in Your Chrome ! Functions : : COLOR PICKER You can select a color on the chrome extension…
Magnifier and Color Picker With VscExtension क्या है?
Magnifier and Color Picker With VscExtension Sung Ye In द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is Magnifier and ColorPicker in Your Chrome ! Functions : : COLOR PICKER You can select a color on the chrome extension…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Magnifier and Color Picker With VscExtension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is Magnifier and ColorPicker in Your Chrome ! Functions : : COLOR PICKER You can select a color on the chrome extension popup. If you right click the circle in the palette, you can see the color big. : MAGNIFIER You can run it by pressing the bottom button of the pop-up window or shortcuts. When the color is active, you can paste the color code into Ctrl + Alt + V in Vscode Extension. - left mouse click : add color. Shortcuts: : RUN MAGNIFIER window = ctrl + shift + space mac = command + shift + space VScodeExtension in Market place : https://marketplace.visualstudio.com/items?itemName=syi0808.picking
एक्सटेंशन की मूल जानकारी
नाम | Magnifier and Color Picker With VscExtension |
ID | imbkipjikhdedklmnhhlpmjmgclgeoak |
आधिकारिक URL | https://chromewebstore.google.com/detail/magnifier-and-color-picke/imbkipjikhdedklmnhhlpmjmgclgeoak |
विवरण | This is Magnifier and ColorPicker in Your Chrome ! Functions : : COLOR PICKER You can select a color on the chrome extension… |
फ़ाइल का आकार | 44.24 KB |
स्थापना संख्या | 60 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2022-04-22 |
प्रकाशन तिथि | 2022-04-22 |
डेवलपर | Sung Ye In |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Magnifier and Color Picker With VscExtension", "minimum_chrome_version": "88", "version": "0.0.1", "homepage_url": "https:\/\/github.com\/syi0808", "icons": [], "action": { "default_popup": ".\/index.html" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/index.css" ], "run_at": "document_idle" } ], "background": { "service_worker": "js\/background.js" }, "commands": { "magnifier": { "suggested_key": { "default": "Shift+Ctrl+Space", "mac": "Command+Shift+Space" }, "description": "Starting Magnifier" } } } |