Zen Reading
Provide a nice and clean reading experience for any web article.
什麼是Zen Reading?
Zen Reading是由https://www.nclsmitchell.com開發的Chrome擴展程式,該擴展的主要功能是“Provide a nice and clean reading experience for any web article.”。
擴展截圖
下載Zen Reading擴展crx文件
下載Zen Reading擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
New features coming soon. Latest update: - Adding the possibility to swtich on/off without page reload - New active icon
擴展基本資訊
名稱 | Zen Reading |
ID | jbijaekkhbdedopipdoepignpolobenj |
官方網址 | https://chromewebstore.google.com/detail/zen-reading/jbijaekkhbdedopipdoepignpolobenj |
簡介 | Provide a nice and clean reading experience for any web article. |
檔案大小 | 38.48 KB |
安裝次數 | 25 |
目前版本 | 1.1.6 |
更新時間 | 2015-10-29 |
上架時間 | 2015-10-29 |
評分 | 2.00/5 共 2 次評分 |
開發者 | https://www.nclsmitchell.com |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zen Reading", "description": "Provide a nice and clean reading experience for any web article.", "version": "1.1.6", "browser_action": { "default_icon": "icon-zen-reading.png", "name": "Click to Zen Mode" }, "background": { "scripts": [ "zen-reading-background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "zen-reading.css" ], "js": [ "jquery.min.js" ] } ], "permissions": [ "activeTab" ] } |