Accented capital letters

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

Accented capital letters क्या है?

Accented capital letters Boris BELLOC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows one-click copy / paste of accented uppercase and special characters"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Accented capital letters एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}