Orange Mode
Browse the web in orange.
什么是Orange Mode?
Orange Mode是由elliottcost开发的Chrome扩展程序,该扩展的主要功能是“Browse the web in orange.”。
扩展截图
下载Orange Mode扩展crx文件
下载Orange Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Orange mode adds to orange tint to your browsing experience. It's like wearing sunglasses while you surf the web.
扩展基本信息
名称 | Orange Mode |
ID | mepnacjaekohjgikgdefcedghipcdbfa |
官方URL | https://chromewebstore.google.com/detail/orange-mode/mepnacjaekohjgikgdefcedghipcdbfa |
简介 | Browse the web in orange. |
文件大小 | 8.01 KB |
安装次数 | 53 |
当前版本 | 0.1 |
更新时间 | 2021-11-16 |
上架时间 | 2021-11-16 |
评分 | 3.67/5 共3次评分 |
开发者 | elliottcost |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://elliott.computer/pages/orange-mode |
帮助页面URL | http://elliott.computer/pages/orange-mode |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Orange Mode", "manifest_version": 2, "version": "0.1", "description": "Browse the web in orange.", "browser_action": [], "icons": { "16": "off.png", "48": "on.png", "128": "on.png" }, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |