Digilär special characters
This extension makes it easier for you to insert special characters.
What is Digilär special characters?
Digilär special characters is a Chrome extension developed by Natur & Kultur, and its main feature is "This extension makes it easier for you to insert special characters.".
Extension Screenshots
Download Digilär special characters Extension CRX File
Download Digilär special characters extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Digilär special characters |
ID | gmkbookicgkhblgjjkapachiahjnchmh |
Official URL | https://chromewebstore.google.com/detail/digil%C3%A4r-special-character/gmkbookicgkhblgjjkapachiahjnchmh |
Description | This extension makes it easier for you to insert special characters. |
File Size | 14.41 KB |
Installation Count | 607 |
Current Version | 1.10 |
Last Updated | 2023-09-08 |
Publish Date | 2019-06-13 |
Rating | 2.00/5 Total 2 Ratings |
Developer | Natur & Kultur |
[email protected] | |
Payment Type | free |
Extension Website | https://www.nok.se/digitala-laromedel/digilar |
Help Page URL | https://support.nok.se/article/43706/digilardigital-specialtecken-%e2%80%93-tillagg-for-google-chrome |
Privacy Policy Page URL | https://www.nok.se/juridisk-information/integritetspolicy |
Supported Languages | 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" } } |