COLOURlovers Plus!
A collection of improvements and new features for COLOURlovers.
COLOURlovers Plus! là gì?
COLOURlovers Plus! là một tiện ích mở rộng Chrome được phát triển bởi g@bor, và tính năng chính của nó là "A collection of improvements and new features for COLOURlovers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng COLOURlovers Plus!
Tải xuống các tệp mở rộng COLOURlovers Plus! 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
                        COLOURlovers Plus! is a multi-feature extension developed with one simple objective in mind: to enhance your user experience on COLOURlovers.com.
Why? Because you're awesome, that's why.
The extension approaches its mission in two ways: modifying the existing design to better suit the way you're COLOURlovin', and adding new, extra functionality to extend the COLOURlovers experience way beyond the tab.
***
FEATURES
 ♥ Changes in the COLOURlovers interface, such as a navigation bar that scrolls with your window, more comfortable love notes, or direct replies on lovers' profiles.
 ♥ Classic ways of keeping you updated: a Google Mail Checker™-style notification and love note indicator (“label”), and the small desktop popups from instant messengers we so love (“toasts”).
 ♥ An options page completely integrated into Chrome's look and feel providing you with fine-grained control over the functionality you want – and the functionality you don't.
 ♥ Automatic synchronization of your settings via Chrome sync.
***
CHANGELOG
Version 2015.5.7
[fix] love note reply animation
Version 2015.4.6
[upd] remove single labels
[fix] toolbar button when not connected
Version 2015.3.14
[upd] remove slash for single labels
[upd] remove payment confirmation
[upd] options page and menu cleanup
[fix] editor features when editing a comment
Version 2014.12.28
[new] fine-tunable label
Version 2014.12.23
[new] ad blocking
[new] sponsorship payment confirmation
[new] quick notification settings
[upd] various minor improvements
Version 2014.7.30
[new] editor: strikethrough button
[new] editor: keyboard shortcuts
[upd] black mini pager (by tristd11)
[fix] notification system breakdowns
[fix] broken toasts
[fix] broken comment delete links
Version 2014.1.6
[fix] mispositioned navigation bar
Version 2013.9.1
[new] enhanced lover comments
[new] auto-fixing of broken #comment-… links
Version 2013.7.19
[new] sound notifications for toasts
[upd] streamlined toasts
[upd] smoother animations
[upd] improved reaction times
[fix] properly resizable reply textbox
[fix] locked navigation bar for Themeleon
***
SOURCE CODE & LICENSE
https://code.google.com/p/colourlovers-plus/
***
SCREENSHOT ARTWORK
 ♥ “Dis-moi” by Phalaenopsis & yoksel
 ♥ palette selection by Phalaenopsis                     Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên |   |  
| ID | idooljoondffplplkchpfadonhpdlimk | 
| URL Chính Thức | https://chromewebstore.google.com/detail/colourlovers-plus/idooljoondffplplkchpfadonhpdlimk | 
| Mô tả | A collection of improvements and new features for COLOURlovers. | 
| Kích Thước Tệp | 85.8 KB | 
| Số Lần Cài Đặt | 83 | 
| Phiên Bản Hiện Tại | 2015.5.7 | 
| Cập Nhật Lần Cuối | 2015-05-15 | 
| Ngày Phát Hành | 2015-05-15 | 
| Đánh Giá | 5.00/5 Tổng số 15 Đánh Giá | 
| Nhà Phát Triển | g@bor | 
| Loại Thanh Toán | free | 
| Trang Web Mở Rộng | http://www.colourlovers.com/lover/g@bor | 
| Ngôn Ngữ Được Hỗ Trợ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "COLOURlovers Plus!",
    "description": "A collection of improvements and new features for COLOURlovers.",
    "version": "2015.5.7",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "notifications",
        "http:\/\/*.colourlovers.com\/*",
        "https:\/\/*.colourlovers.com\/*"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        "toast_notification.png",
        "toast_lovenote.png",
        "toast_update.png",
        "strikethrough.png",
        "sponsorship.png"
    ],
    "browser_action": {
        "default_icon": {
            "19": "bra_label_toast_disconnected_19.png",
            "38": "bra_label_toast_disconnected_38.png"
        },
        "default_title": "Connecting..."
    },
    "incognito": "split",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.colourlovers.com\/*"
            ],
            "js": [
                "cs_global.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}  |  |