Bold Articles ( a / the)
Change 'a' and 'the' to bold font
什麼是Bold Articles ( a / the)?
Bold Articles ( a / the)是由MI開發的Chrome擴展程式,該擴展的主要功能是“Change 'a' and 'the' to bold font”。
擴展截圖
下載Bold Articles ( a / the)擴展crx文件
下載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 |
官方網址 | 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 } |