Bold Articles ( a / the)

Change 'a' and 'the' to bold font

ما هو Bold Articles ( a / the)؟

Bold Articles ( a / the) هو إضافة Chrome تم تطويرها بواسطة MI، والميزة الرئيسية لها هي "Change 'a' and 'the' to bold font".

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

screenshot

تحميل ملف CRX للإضافة Bold Articles ( a / the)

قم بتنزيل ملفات الامتداد Bold Articles ( a / the) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Understanding how to use "a" and "the" is very hard thing to do for English learners (As a Japanese, I'm still learning too :-) ).

Clicking the button of this extension makes articles ("a" and "the") on the current page to "bold", so that you can focus on how those articles are used in real life examples (such as blogs and news)                    

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

الاسم Bold Articles ( a / the) Bold Articles ( a / the)
ID eamlcajabngipfhnpkicmgjhniipoana
عنوان URL الرسمي https://chromewebstore.google.com/detail/bold-articles-a-the/eamlcajabngipfhnpkicmgjhniipoana
الوصف Change 'a' and 'the' to bold font
حجم الملف 8.38 KB
عدد التثبيتات 21
النسخة الحالية 1.0
آخر تحديث 2014-10-11
تاريخ النشر 2014-10-11
المطور MI
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bold Articles ( a \/ the)",
    "description": "Change 'a' and 'the' to bold font",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Make 'a' and 'the' bold",
        "default_icon": "icon19.png"
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}