Ubuntu Orange Selection Color
Changes text selection color to Orange like in the Ambiance Theme.
什么是Ubuntu Orange Selection Color?
Ubuntu Orange Selection Color是由darkfur93开发的Chrome扩展程序,该扩展的主要功能是“Changes text selection color to Orange like in the Ambiance Theme.”。
扩展截图
下载Ubuntu Orange Selection Color扩展crx文件
下载Ubuntu Orange Selection Color扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Change log: Version: 2.0 June 15, 2013: Updated Manifest, New images Version: 1.1 September 17, 2011: Bug fixes
扩展基本信息
名称 | Ubuntu Orange Selection Color |
ID | bociknnlecmldnnglpoijppnpdeiofbm |
官方URL | https://chromewebstore.google.com/detail/ubuntu-orange-selection-c/bociknnlecmldnnglpoijppnpdeiofbm |
简介 | Changes text selection color to Orange like in the Ambiance Theme. |
文件大小 | 5.22 KB |
安装次数 | 231 |
当前版本 | 2.0 |
更新时间 | 2013-06-16 |
上架时间 | 2013-06-15 |
评分 | 4.44/5 共16次评分 |
开发者 | darkfur93 |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ubuntu Orange Selection Color", "version": "2.0", "manifest_version": 2, "description": "Changes text selection color to Orange like in the Ambiance Theme.", "icons": { "48": "images\/icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "css": [ "stylesheets\/selection.css" ] } ] } |