Name Generator Extension

Generates a random name with one adjective and a noun

ما هو Name Generator Extension؟

Name Generator Extension هو إضافة Chrome تم تطويرها بواسطة Adam Jones، والميزة الرئيسية لها هي "Generates a random name with one adjective and a noun".

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

screenshot

تحميل ملف CRX للإضافة Name Generator Extension

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

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

                        When clicked, this extension will open a small popup where it will generate a random name, which could be useful to make up team names if you run a competition in groups. 


** I am planning to add more functionality soon, including:
★ Choose your own adjectives
★ Choose your own nouns
★ More words
★ Save functionality
★ Sync with App version                    

معلومات أساسية عن التمديد

الاسم Name Generator Extension Name Generator Extension
ID ijdkccjcpjdoibhmmfihppfgpfhjkkch
عنوان URL الرسمي https://chromewebstore.google.com/detail/name-generator-extension/ijdkccjcpjdoibhmmfihppfgpfhjkkch
الوصف Generates a random name with one adjective and a noun
حجم الملف 13.93 KB
عدد التثبيتات 657
النسخة الحالية 0.1
آخر تحديث 2015-08-17
تاريخ النشر 2015-08-17
تقييم 3.75/5 مجموع تقييمات 4
المطور Adam Jones
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://adamjones.me/privacy-policies
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Name Generator Extension",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Generates a random name with one adjective and a noun",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "offline_enabled": true
}