Doc Scratch Readability Improver
Makes Doc Scratch's text more easily readable
什麼是Doc Scratch Readability Improver?
Doc Scratch Readability Improver是由murgatroid99開發的Chrome擴展程式,該擴展的主要功能是“Makes Doc Scratch's text more easily readable”。
擴展截圖
下載Doc Scratch Readability Improver擴展crx文件
下載Doc Scratch Readability Improver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension makes Doc Scratch's text easier to read by highlighting it in green when you hover over it.
擴展基本資訊
名稱 | |
ID | nhbajdgedgakiagjblnoiidphblfgigl |
官方網址 | https://chrome.google.com/webstore/detail/doc-scratch-readability-i/nhbajdgedgakiagjblnoiidphblfgigl |
簡介 | Makes Doc Scratch's text more easily readable |
檔案大小 | 9.31 KB |
安裝次數 | 150 |
目前版本 | 0.2.0 |
更新時間 | 2013-08-11 |
上架時間 | 2013-08-11 |
評分 | 4.00/5 共 4 次評分 |
開發者 | murgatroid99 |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Doc Scratch Readability Improver", "version": "0.2.0", "manifest_version": 2, "description": "Makes Doc Scratch's text more easily readable", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.mspaintadventures.com\/*" ], "js": [ "js\/content_script.js" ] } ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "Doc Scratch Readability improved" }, "permissions": [ "*:\/\/*.mspaintadventures.net\/*", "webNavigation", "tabs" ] } |