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」です。
拡張機能のスクリーンショット
Accented capital letters拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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'"
} | |