Random Emoji Generator

Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.

Random Emoji Generatorとは何ですか?

Random Emoji GeneratorはFDiskによって開発されたChromeの拡張機能で、その主な機能は「Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.」です。

拡張機能のスクリーンショット

screenshot

Random Emoji Generator拡張機能のCRXファイルをダウンロード

Random Emoji Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Inspired by the Ship It Button extension, this extension for GitHub. It provides a button for a random Emoji icon to comments.
Added all possible emoji.                    

拡張機能の基本情報

名前 Random Emoji Generator Random Emoji Generator
ID mminpoiopdfnnlljeldoammdgkkidimf
公式URL https://chromewebstore.google.com/detail/random-emoji-generator/mminpoiopdfnnlljeldoammdgkkidimf
説明 Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.
ファイルサイズ 62.78 KB
インストール数 39
現在のバージョン 1.0.2
最終更新日 2016-10-29
公開日 2016-10-29
評価 5.00/5 合計 1 レビュー
開発者 FDisk
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Emoji Generator",
    "version": "1.0.2",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/FDiskas\/randomEmojiGenerator",
    "author": "FDisk",
    "description": "Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*",
                "*:\/\/gist.github.com\/*"
            ],
            "js": [
                "build.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/normal\/16x16.png",
        "48": "images\/normal\/48x48.png",
        "128": "images\/normal\/128x128.png"
    },
    "web_accessible_resources": [
        "images\/normal\/*.png",
        "images\/xmas\/*.png"
    ]
}