Ubuntu Orange Selection Color
Changes text selection color to Orange like in the Ambiance Theme.
什麼是Ubuntu Orange Selection Color?
Ubuntu Orange Selection Color是由darkfur93開發的Chrome擴展程式,該擴展的主要功能是“Changes text selection color to Orange like in the Ambiance Theme.”。
擴展截圖
下載Ubuntu Orange Selection Color擴展crx文件
下載Ubuntu Orange Selection Color擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Change log: Version: 2.0 June 15, 2013: Updated Manifest, New images Version: 1.1 September 17, 2011: Bug fixes
擴展基本資訊
名稱 | Ubuntu Orange Selection Color |
ID | bociknnlecmldnnglpoijppnpdeiofbm |
官方網址 | 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" ] } ] } |