Ubuntu Orange Selection Color

Changes text selection color to Orange like in the Ambiance Theme.

Ubuntu Orange Selection Color là gì?

Ubuntu Orange Selection Color là một tiện ích mở rộng Chrome được phát triển bởi darkfur93, và tính năng chính của nó là "Changes text selection color to Orange like in the Ambiance Theme.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ubuntu Orange Selection Color

Tải xuống các tệp mở rộng Ubuntu Orange Selection Color dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Change log:

Version: 2.0 June 15, 2013: Updated Manifest, New images

Version: 1.1 September 17, 2011: Bug fixes                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ubuntu Orange Selection Color Ubuntu Orange Selection Color
ID bociknnlecmldnnglpoijppnpdeiofbm
URL Chính Thức https://chromewebstore.google.com/detail/ubuntu-orange-selection-c/bociknnlecmldnnglpoijppnpdeiofbm
Mô tả Changes text selection color to Orange like in the Ambiance Theme.
Kích Thước Tệp 5.22 KB
Số Lần Cài Đặt 231
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2013-06-16
Ngày Phát Hành 2013-06-15
Đánh Giá 4.44/5 Tổng số 16 Đánh Giá
Nhà Phát Triển darkfur93
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}