Ubuntu Orange Selection Color
Changes text selection color to Orange like in the Ambiance Theme.
Cos'è Ubuntu Orange Selection Color?
Ubuntu Orange Selection Color è un'estensione di Chrome sviluppata da darkfur93, e la sua funzione principale è "Changes text selection color to Orange like in the Ambiance Theme.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ubuntu Orange Selection Color
Scarica i file di estensione Ubuntu Orange Selection Color in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Change log:
Version: 2.0 June 15, 2013: Updated Manifest, New images
Version: 1.1 September 17, 2011: Bug fixes Informazioni di Base sull'Estensione
| Nome | |
| ID | bociknnlecmldnnglpoijppnpdeiofbm |
| URL Ufficiale | https://chromewebstore.google.com/detail/ubuntu-orange-selection-c/bociknnlecmldnnglpoijppnpdeiofbm |
| Descrizione | Changes text selection color to Orange like in the Ambiance Theme. |
| Dimensione del File | 5.22 KB |
| Conteggio Installazioni | 231 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2013-06-16 |
| Data di Pubblicazione | 2013-06-15 |
| Valutazione | 4.44/5 Totale 16 Valutazioni |
| Sviluppatore | darkfur93 |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |