Ubuntu Orange Selection Color
Changes text selection color to Orange like in the Ambiance Theme.
Ubuntu Orange Selection Color क्या है?
Ubuntu Orange Selection Color darkfur93 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes text selection color to Orange like in the Ambiance Theme."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ubuntu Orange Selection Color एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Change log:
Version: 2.0 June 15, 2013: Updated Manifest, New images
Version: 1.1 September 17, 2011: Bug fixes एक्सटेंशन की मूल जानकारी
| नाम | |
| 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"
]
}
]
} | |