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
Eメール [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
    }
}