Fast Emoji Search

Search fast for the perfect Emoji

什么是Fast Emoji Search?

Fast Emoji Search是由uvautuk97开发的Chrome扩展程序,该扩展的主要功能是“Search fast for the perfect Emoji”。

扩展截图

screenshot

下载Fast Emoji Search扩展crx文件

下载Fast Emoji Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Search for the perfect emoji to copy and paste and message to friends. Over 60,000 available.                    

扩展基本信息

名称 Fast Emoji Search Fast Emoji Search
ID oemmafcffdejkfjglkgnejemgapbdebj
官方URL https://chromewebstore.google.com/detail/fast-emoji-search/oemmafcffdejkfjglkgnejemgapbdebj
简介 Search fast for the perfect Emoji
文件大小 112 KB
安装次数 775
当前版本 1.1.7
更新时间 2021-10-05
上架时间 2021-06-20
评分 5.00/5 共1次评分
开发者 uvautuk97
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://www.fastemoji.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Emoji Search",
    "version": "1.1.7",
    "description": "Search fast for the perfect Emoji",
    "author": "Fast Emoji",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Fast Emoji Search",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/www.fastemoji.com\/"
    ],
    "background": {
        "scripts": [
            "popup\/js\/jquery-3.2.1.min.js",
            "popup\/js\/popup.js"
        ],
        "persistent": false
    }
}