Hangul
A korean vocabulary building chrome extension.
Hangul क्या है?
Hangul hangullearn.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A korean vocabulary building chrome extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hangul एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Learn Korean with style! Make every New Tab a daily lesson with a new Korean Word of the Day. The ultimate low effort, high value language extension tool! Flip the card daily to learn a new Korean in the simplest way. Native Korean pronunciations included with each word and a descriptive sentence to aid to learning. The card refreshes every 24 hours with a new beautiful Korean background!
एक्सटेंशन की मूल जानकारी
नाम | Hangul |
ID | knkkmemihnkkehhkkdonlnfgajbjpadc |
आधिकारिक URL | https://chromewebstore.google.com/detail/hangul/knkkmemihnkkehhkkdonlnfgajbjpadc |
विवरण | A korean vocabulary building chrome extension. |
फ़ाइल का आकार | 2.62 MB |
स्थापना संख्या | 1,263 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2021-03-09 |
प्रकाशन तिथि | 2020-05-07 |
रेटिंग | 4.90/5 कुल 20 रेटिंग्स |
डेवलपर | hangullearn.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://hangullearn.com/ |
सहायता पृष्ठ URL | https://hangullearn.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hangul", "version": "1.2", "description": "A korean vocabulary building chrome extension.", "manifest_version": 2, "content_security_policy": "script-src 'self' 'sha256-eE1k\/Cs1U0Li9\/ihPPQ7jKIGDvR8fYw65VJw+txfifw='; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "alarms" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "icon48.png", "128": "icon128.png" } } |