Accented capital letters

Allows one-click copy / paste of accented uppercase and special characters

Accented capital letters란 무엇입니까?

Accented capital letters은(는) Boris BELLOC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows one-click copy / paste of accented uppercase and special characters"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Accented capital letters 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ✔️ Simply copy and paste the accented capital letters as well as the special characters in the clipboard !
👉 Once the capital letter copied, you just have to paste it where you need it (email client, websites, forums, microsoft word...)

Tired of struggling to make a capital letter with an accent?
You need to send a message about your « FIANCÉE » but you have no clue how to write this capital É?

⚠️ STOP ⚠️
Now, thanks to « Accented capital letters and special characters », our new Chrome extension:
In one click you access all the accented capital letters!

That's not all, also access amazing letters, such as the e in o: œ Œ or his friend a-e interlaced (Æ) which is also present.

📌 This extension is alive:
💬 Please feel free to provide feedback or suggestions for additions if you would like to see a specific keyboard or symbols added that could be useful to everyone.                    

확장 프로그램 기본 정보

이름 Accented capital letters Accented capital letters
ID hgpmjmijoadlnlnnjnbolpognabbhjgp
공식 URL https://chromewebstore.google.com/detail/accented-capital-letters/hgpmjmijoadlnlnnjnbolpognabbhjgp
설명 Allows one-click copy / paste of accented uppercase and special characters
파일 크기 118 KB
설치 횟수 1,134
현재 버전 1.1.6
최근 업데이트 2021-01-17
출시 날짜 2020-06-24
평점 5.00/5 총 6 개의 평점
개발자 Boris BELLOC
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://borisbelloc.com/thanks.html
도움말 페이지 URL https://borisbelloc.com/thanks.html
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.6",
    "offline_enabled": true,
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "default_title": "Majuscules accentu\u00e9es",
        "default_popup": "main.html"
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}