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
官方網址 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
    }
}