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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bold Articles ( a / the)
ดาวน์โหลดไฟล์ส่วนขยาย Bold Articles ( a / the) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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) |
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 } |