Keyboard.cool - emoji & symbol keyboard
Insert emoji and symbols directly into text fields. Use super fast search to pick from over 7500 symbols.
Keyboard.cool - emoji & symbol keyboardとは何ですか?
Keyboard.cool - emoji & symbol keyboardはblade.skによって開発されたChromeの拡張機能で、その主な機能は「Insert emoji and symbols directly into text fields. Use super fast search to pick from over 7500 symbols.」です。
拡張機能のスクリーンショット
Keyboard.cool - emoji & symbol keyboard拡張機能のCRXファイルをダウンロード
Keyboard.cool - emoji & symbol keyboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Take your texting to the next level. 🤯 use the most up-to-date emoji (version 14.0 - 2021). 🔣 search in over 7500 symbols - pictograms, math operators, accented characters, 𝑺𝑷𝑬𝑪𝑰𝑨𝑳 scripts, ∫Ψ🅜⧖⌬⎱§... Go nuts. ⌨ insert symbols directly into the focused web page or copy them to clipboard. 💨 built for speed - loads fast, searches even faster, bring up the keyboard with customizable hotkey (defaults to 𝙲𝚃𝚁𝙻+𝚂𝙷𝙸𝙵𝚃+𝚉 / ⌘+𝚂𝙷𝙸𝙵𝚃+𝚉). ☝🏿 selectable skin tones and emoji styles (EmojiOne and native). 🥶 arguably has the coolest logos. Word of advice: the emoji and symbols you copy may or may not display correctly to you or the recipient, depending on what device they're using. Most new(-ish) devices should be fine. Some websites using non-standard input methods may not accept the inserted characters, in which case you can use the clipboard (𝙲𝚃𝚁𝙻+𝚅 or ⌘+𝚅).
拡張機能の基本情報
名前 | Keyboard.cool - emoji & symbol keyboard |
ID | fddpbejpobddgojgjoeojcicdlehlcpl |
公式URL | https://chromewebstore.google.com/detail/keyboardcool-emoji-symbol/fddpbejpobddgojgjoeojcicdlehlcpl |
説明 | Insert emoji and symbols directly into text fields. Use super fast search to pick from over 7500 symbols. |
ファイルサイズ | 3.07 MB |
インストール数 | 3,495 |
現在のバージョン | 1.1.1 |
最終更新日 | 2022-09-14 |
公開日 | 2019-05-03 |
評価 | 4.84/5 合計 19 レビュー |
開発者 | blade.sk |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://keyboard.cool/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Keyboard.cool - emoji & symbol keyboard", "short_name": "Keyboard.cool", "description": "Insert emoji and symbols directly into text fields. Use super fast search to pick from over 7500 symbols.", "version": "1.1.1", "author": "blade.sk", "icons": { "128": "assets\/icons\/icon_128.png" }, "action": { "default_icon": { "16": "assets\/icons\/inactive_16.png", "32": "assets\/icons\/inactive_32.png" }, "default_popup": "popup.html", "default_title": "Keyboard.cool" }, "commands": { "_execute_action": { "suggested_key": { "windows": "Ctrl+Shift+Z", "mac": "Command+Shift+Z", "chromeos": "Ctrl+Shift+Z", "linux": "Ctrl+Shift+Z" } } }, "permissions": [ "activeTab", "scripting" ] } |