Love O'Clock

Celebrate your love! Displays how long you have been together with your loved one. Plus soft anniversary reminders

Love O'Clock là gì?

Love O'Clock là một tiện ích mở rộng Chrome được phát triển bởi https://www.veerayaaa.com, và tính năng chính của nó là "Celebrate your love! Displays how long you have been together with your loved one. Plus soft anniversary reminders".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Love O'Clock

Tải xuống các tệp mở rộng Love O'Clock 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

                        This simple extension counts accurately how many years/months/days you have been together with your loved ones. Just key in the date in the option page, and that'd get this extension kicking.

Extra features:
- Anniversary reminder - with the option of monthly, yearly, or no reminder.
- Really really cute emoticon (gif animation) next to the date - you can turn it off it you want.
- 31 different emoticons in total. 1 for each day of the month.

--------------------------------------------

I make this extension for my own personal use since I tend to forget my anniversary. And wouldn't it be nice to know that it has been "6 months and 3 days" without even counting? Your kind comments are welcomed.

**I will NOT monetize this add-on. Please don't contacting me asking if I want to monetize it.**

--------------------------------------------

Updates:
2017/03/12 - Fixed year. The year dropdown will show the current year down to current year - 100.
2014/03/04 - Added 2014 in the option. Fixed notification.
2013/01/01 - Added 2013 in the option.
2011/01/02 - Fixed minor day counting problem in January.

--------------------------------------------

Notes: This extension was my very first side project right after taking my first computer science course. The year dropdown was originally hard-coded. It has since been fixed and I'm now a much better developer.                    

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

Tên Love O'Clock Love O'Clock
ID dbcnbegbcdfdlndabgemkabfhfllocma
URL Chính Thức https://chromewebstore.google.com/detail/love-oclock/dbcnbegbcdfdlndabgemkabfhfllocma
Mô tả Celebrate your love! Displays how long you have been together with your loved one. Plus soft anniversary reminders
Kích Thước Tệp 456 KB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2017-12-03
Ngày Phát Hành 2017-12-03
Đánh Giá 4.27/5 Tổng số 366 Đánh Giá
Nhà Phát Triển https://www.veerayaaa.com
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.veerayaaa.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Love O'Clock",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Celebrate your love! Displays how long you have been together with your loved one. Plus soft anniversary reminders",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "19.png",
        "default_popup": "counter.html"
    },
    "options_page": "option.html",
    "permissions": [
        "notifications"
    ],
    "background": {
        "page": "background.html"
    }
}