PicMo Chrome
Emoji selector for Chrome
Wat is PicMo Chrome?
PicMo Chrome is een Chrome-extensie ontwikkeld door https://timkovi.ch, en de belangrijkste functie is "Emoji selector for Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie PicMo Chrome
Download PicMo Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | PicMo Chrome |
ID | ehmacpiolcofcljbiogbjbojdeiiekdi |
Officiële URL | https://chromewebstore.google.com/detail/picmo-chrome/ehmacpiolcofcljbiogbjbojdeiiekdi |
Beschrijving | Emoji selector for Chrome |
Bestandsgrootte | 1.43 MB |
Aantal Installaties | 39 |
Huidige Versie | 0.1.10 |
Laatst Bijgewerkt | 2023-03-08 |
Publicatiedatum | 2021-03-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://timkovi.ch |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mtimkovich/picmo-chrome |
Help Pagina-URL | https://github.com/mtimkovich/picmo-chrome |
Ondersteunde Talen | 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" } } } } |