PicMo Chrome
Emoji selector for Chrome
Vad är PicMo Chrome?
PicMo Chrome är en Chrome-tillägg utvecklad av https://timkovi.ch, och dess huvudfunktion är "Emoji selector for Chrome".
Tilläggsskärmbilder
Ladda ner PicMo Chrome-förlängningens CRX-fil
Ladda ner PicMo Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This is a Chrome extension to quickly search and copy emoji using the excellent PicMo tool.
## Features
- Emoji search.
- Recently used emoji.
- Completely keyboard accessible.
- Open the picker with `Ctrl+Period`.
- Navigate with Tab and arrow keys.
Source code: https://github.com/mtimkovich/picmo-chrome Grundläggande Information om Tillägg
| Namn | |
| ID | ehmacpiolcofcljbiogbjbojdeiiekdi |
| Officiell webbadress | https://chromewebstore.google.com/detail/picmo-chrome/ehmacpiolcofcljbiogbjbojdeiiekdi |
| Beskrivning | Emoji selector for Chrome |
| Filstorlek | 1.43 MB |
| Antal Installationer | 39 |
| Aktuell Version | 0.1.10 |
| Senast Uppdaterad | 2023-03-08 |
| Publiceringsdatum | 2021-03-12 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://timkovi.ch |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/mtimkovich/picmo-chrome |
| Hjälpsida URL | https://github.com/mtimkovich/picmo-chrome |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PicMo Chrome",
"short_name": "PicMo Emoji Selector",
"description": "Emoji selector for Chrome",
"homepage_url": "https:\/\/github.com\/mtimkovich\/picmo-chrome",
"version": "0.1.10",
"version_name": "0.1.10",
"manifest_version": 3,
"default_locale": "en",
"minimum_chrome_version": "88",
"permissions": [
"clipboardWrite",
"storage"
],
"icons": {
"128": "assets\/img\/128x128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"action": {
"default_icon": {
"16": "assets\/img\/16x16.png",
"32": "assets\/img\/32x32.png",
"48": "assets\/img\/48x48.png"
},
"default_title": "PicMo Chrome",
"default_popup": "popup.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Period"
}
}
}
} | |