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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}