Ubuntu Orange Selection Color
Changes text selection color to Orange like in the Ambiance Theme.
Wat is Ubuntu Orange Selection Color?
Ubuntu Orange Selection Color is een Chrome-extensie ontwikkeld door darkfur93, en de belangrijkste functie is "Changes text selection color to Orange like in the Ambiance Theme.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ubuntu Orange Selection Color
Download Ubuntu Orange Selection Color-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Change log:
Version: 2.0 June 15, 2013: Updated Manifest, New images
Version: 1.1 September 17, 2011: Bug fixes Basisinformatie over de Extensie
| Naam | |
| ID | bociknnlecmldnnglpoijppnpdeiofbm |
| Officiële URL | https://chromewebstore.google.com/detail/ubuntu-orange-selection-c/bociknnlecmldnnglpoijppnpdeiofbm |
| Beschrijving | Changes text selection color to Orange like in the Ambiance Theme. |
| Bestandsgrootte | 5.22 KB |
| Aantal Installaties | 231 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2013-06-16 |
| Publicatiedatum | 2013-06-15 |
| Beoordeling | 4.44/5 Totaal 16 Beoordelingen |
| Ontwikkelaar | darkfur93 |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |