Random HTML Tags

This extension shows a random HTML tag every time a new tab is opened

ما هو Random HTML Tags؟

Random HTML Tags هو إضافة Chrome تم تطويرها بواسطة Alin Rauta، والميزة الرئيسية لها هي "This extension shows a random HTML tag every time a new tab is opened".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Random HTML Tags

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

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

                        Learn HTML faster with Random HTML Tags

Every time you open a new tab, Random HTML Tags will show you a new HTML tag together with its description and a button that will redirect you to Mozilla's website for more information on that specific HTML tag.

If you get tired of opening new tabs to see new HTML tags you can use the "Gimme another one" button and you will get a fresh random HTML tag without opening a new tab.                    

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

الاسم Random HTML Tags Random HTML Tags
ID gcoajlegnelcglnpkalcddjmnenfkngk
عنوان URL الرسمي https://chromewebstore.google.com/detail/random-html-tags/gcoajlegnelcglnpkalcddjmnenfkngk
الوصف This extension shows a random HTML tag every time a new tab is opened
حجم الملف 214 KB
عدد التثبيتات 33
النسخة الحالية 1.3
آخر تحديث 2016-07-25
تاريخ النشر 2016-07-25
المطور Alin Rauta
نوع الدفع free
موقع الإضافة https://instant.randomhtmltags.tech/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random HTML Tags",
    "description": "This extension shows a random HTML tag every time a new tab is opened",
    "version": "1.3",
    "author": "Alin Rauta",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}