Accented capital letters
Allows one-click copy / paste of accented uppercase and special characters
Accented capital lettersคืออะไร?
Accented capital letters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Boris BELLOC และคุณลักษณะหลักของมันคือ "Allows one-click copy / paste of accented uppercase and special characters"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Accented capital letters
ดาวน์โหลดไฟล์ส่วนขยาย Accented capital letters ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
✔️ 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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'"
} | |