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.”。

擴展截圖

screenshot
screenshot

下載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 Digilär special characters
ID gmkbookicgkhblgjjkapachiahjnchmh
官方網址 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"
    }
}