Ubuntu Orange Selection Color
Changes text selection color to Orange like in the Ambiance Theme.
What is Ubuntu Orange Selection Color?
Ubuntu Orange Selection Color is a Chrome extension developed by darkfur93, and its main feature is "Changes text selection color to Orange like in the Ambiance Theme.".
Extension Screenshots
Download Ubuntu Orange Selection Color Extension CRX File
Download Ubuntu Orange Selection Color extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Change log: Version: 2.0 June 15, 2013: Updated Manifest, New images Version: 1.1 September 17, 2011: Bug fixes
Extension Basic Information
Name | Ubuntu Orange Selection Color |
ID | bociknnlecmldnnglpoijppnpdeiofbm |
Official URL | https://chromewebstore.google.com/detail/ubuntu-orange-selection-c/bociknnlecmldnnglpoijppnpdeiofbm |
Description | Changes text selection color to Orange like in the Ambiance Theme. |
File Size | 5.22 KB |
Installation Count | 231 |
Current Version | 2.0 |
Last Updated | 2013-06-16 |
Publish Date | 2013-06-15 |
Rating | 4.44/5 Total 16 Ratings |
Developer | darkfur93 |
Payment Type | free |
Supported Languages | 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" ] } ] } |