Ubuntu Orange Selection Color
Changes text selection color to Orange like in the Ambiance Theme.
Vad är Ubuntu Orange Selection Color?
Ubuntu Orange Selection Color är en Chrome-tillägg utvecklad av darkfur93, och dess huvudfunktion är "Changes text selection color to Orange like in the Ambiance Theme.".
Tilläggsskärmbilder
Ladda ner Ubuntu Orange Selection Color-förlängningens CRX-fil
Ladda ner Ubuntu Orange Selection Color-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Change log:
Version: 2.0 June 15, 2013: Updated Manifest, New images
Version: 1.1 September 17, 2011: Bug fixes Grundläggande Information om Tillägg
| Namn | |
| ID | bociknnlecmldnnglpoijppnpdeiofbm |
| Officiell webbadress | https://chromewebstore.google.com/detail/ubuntu-orange-selection-c/bociknnlecmldnnglpoijppnpdeiofbm |
| Beskrivning | Changes text selection color to Orange like in the Ambiance Theme. |
| Filstorlek | 5.22 KB |
| Antal Installationer | 231 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2013-06-16 |
| Publiceringsdatum | 2013-06-15 |
| Betyg | 4.44/5 Totalt 16 Betyg |
| Utvecklare | darkfur93 |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |