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 هو إضافة Chrome تم تطويرها بواسطة FDisk، والميزة الرئيسية لها هي "Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Random Emoji Generator

قم بتنزيل ملفات الامتداد Random Emoji Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}