Digilär special characters
This extension makes it easier for you to insert special characters.
Digilär special characters क्या है?
Digilär special characters Natur & Kultur द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension makes it easier for you to insert special characters."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Digilär special characters एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension gives you quick access to over 100 commonly used special characters in your browser. With special characters, we mean letters used in modern languages and mathematical characters that you do not always find easily on your regular keyboard. The extension is made primarily for Digilär's customers.
एक्सटेंशन की मूल जानकारी
नाम | Digilär special characters |
ID | gmkbookicgkhblgjjkapachiahjnchmh |
आधिकारिक URL | https://chromewebstore.google.com/detail/digil%C3%A4r-special-character/gmkbookicgkhblgjjkapachiahjnchmh |
विवरण | This extension makes it easier for you to insert special characters. |
फ़ाइल का आकार | 14.41 KB |
स्थापना संख्या | 607 |
वर्तमान संस्करण | 1.10 |
अंतिम अपडेट | 2023-09-08 |
प्रकाशन तिथि | 2019-06-13 |
रेटिंग | 2.00/5 कुल 2 रेटिंग्स |
डेवलपर | Natur & Kultur |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.nok.se/digitala-laromedel/digilar |
सहायता पृष्ठ URL | https://support.nok.se/article/43706/digilardigital-specialtecken-%e2%80%93-tillagg-for-google-chrome |
गोपनीयता नीति पृष्ठ URL | https://www.nok.se/juridisk-information/integritetspolicy |
समर्थित भाषाएँ | en,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "default_locale": "en", "description": "__MSG_extDescription__", "version": "1.10", "manifest_version": 2, "icons": { "16": "logo-16.png", "128": "logo-128.png" }, "permissions": [ "activeTab", "clipboardWrite", "storage" ], "browser_action": { "default_icon": { "16": "logo-16.png", "24": "logo-24.png", "32": "logo-32.png" }, "default_title": "__MSG_extName__", "default_popup": "chars.html" } } |