Enable Reader Mode For Chrome
Put your Web Page into reader mode.
什麼是Enable Reader Mode For Chrome?
Enable Reader Mode For Chrome是由Business Gas開發的Chrome擴展程式,該擴展的主要功能是“Put your Web Page into reader mode.”。
下載Enable Reader Mode For Chrome擴展crx文件
下載Enable Reader Mode For Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Business Gas website and comparison reader.
擴展基本資訊
名稱 | ![]() |
ID | ihpmhoihanabegohajalbknmnlelnjmh |
官方網址 | https://chrome.google.com/webstore/detail/enable-reader-mode-for-ch/ihpmhoihanabegohajalbknmnlelnjmh |
簡介 | Put your Web Page into reader mode. |
檔案大小 | 31.58 KB |
安裝次數 | 166 |
目前版本 | 1.0 |
更新時間 | 2016-04-23 |
上架時間 | 2016-04-23 |
評分 | 2.83/5 共 6 次評分 |
開發者 | Business Gas |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.businessgas.co.uk/ |
隱私政策頁面URL | http://www.businessgas.co.uk |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "css": [ "reader.css" ], "js": [ "reader.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Put your Web Page into reader mode.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Enable Reader Mode For Chrome", "page_action": { "default_icon": "icon-enabled.png", "default_title": "Toggle Reader Mode." }, "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0" } |