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开发的Chrome扩展程序,该扩展的主要功能是“This extension makes it easier for you to insert special characters.”。
扩展截图
下载Digilär special characters扩展crx文件
下载Digilär special characters扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |