PicMo Chrome

Emoji selector for Chrome

What is PicMo Chrome?

PicMo Chrome is a Chrome extension developed by https://timkovi.ch, and its main feature is "Emoji selector for Chrome".

Extension Screenshots

screenshot

Download PicMo Chrome Extension CRX File

Download PicMo Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name PicMo Chrome PicMo Chrome
ID ehmacpiolcofcljbiogbjbojdeiiekdi
Official URL https://chromewebstore.google.com/detail/picmo-chrome/ehmacpiolcofcljbiogbjbojdeiiekdi
Description Emoji selector for Chrome
File Size 1.43 MB
Installation Count 39
Current Version 0.1.10
Last Updated 2023-03-08
Publish Date 2021-03-12
Rating 5.00/5 Total 2 Ratings
Developer https://timkovi.ch
Email [email protected]
Payment Type free
Extension Website https://github.com/mtimkovich/picmo-chrome
Help Page URL https://github.com/mtimkovich/picmo-chrome
Supported Languages 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"
            }
        }
    }
}