PicMo Chrome
Emoji selector for Chrome
Qu'est-ce que PicMo Chrome ?
PicMo Chrome est une extension Chrome développée par https://timkovi.ch, et sa fonction principale est "Emoji selector for Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PicMo Chrome
Téléchargez les fichiers d'extension PicMo Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | PicMo Chrome |
ID | ehmacpiolcofcljbiogbjbojdeiiekdi |
URL Officiel | https://chromewebstore.google.com/detail/picmo-chrome/ehmacpiolcofcljbiogbjbojdeiiekdi |
Description | Emoji selector for Chrome |
Taille du Fichier | 1.43 MB |
Nombre d'Installations | 39 |
Version Actuelle | 0.1.10 |
Dernière Mise à Jour | 2023-03-08 |
Date de Publication | 2021-03-12 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://timkovi.ch |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mtimkovich/picmo-chrome |
URL de la Page d'Aide | https://github.com/mtimkovich/picmo-chrome |
Langues Prises en Charge | 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" } } } } |