2day is a Good Day

Yay, Today will be a good day

2day is a Good Day là gì?

2day is a Good Day là một tiện ích mở rộng Chrome được phát triển bởi https://huynq.net, và tính năng chính của nó là "Yay, Today will be a good day".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 2day is a Good Day

Tải xuống các tệp mở rộng 2day is a Good Day 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

                        Most curated motivation quotes & beautiful wallpapers on your Chrome new tab.

Beautiful wallpapers from Unsplash, Flickr, and 500px.

CHANGELOG:
0.6.5
  - Remove not available image urls.
0.6.2
  - Fix minor bugs.
  - Add Vietnamese Girls Gallery link in option page.
0.6.1
  - Add homepage url.
0.6.0
  - Add more quotes & wallpapers.
  - Dislay source of wallpapers.
0.5.1
  - Add shadow under quote for better readability.
0.5.0
  - You now can give us feedback and send us your favorite quotes & wallpaper.
0.4.0
 - Display quote & wallpaper daily
0.3.0
 - Now we have Options page.
 - Can show/hide quote.
 - Add film (grainy) effect to the wallpaper.
 - Auto quote color based on background.

This is an open source project. Hosted on GitHub: https://github.com/Code4Fap/2dayIsAGoodDay
Homepage: https://ext.huynq.net/

Try "Silence is Golden", it makes you invisible on Facebook: https://chrome.google.com/webstore/detail/silence-is-golden-for-fb/bmjmoilfkkkppjjhljmmbcpefpaojfng                    

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

Tên 2day is a Good Day 2day is a Good Day
ID inclhklmomfeifhjdaajfijnhgkmfagk
URL Chính Thức https://chromewebstore.google.com/detail/2day-is-a-good-day/inclhklmomfeifhjdaajfijnhgkmfagk
Mô tả Yay, Today will be a good day
Kích Thước Tệp 383 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 0.6.5
Cập Nhật Lần Cuối 2019-04-09
Ngày Phát Hành 2019-04-08
Đánh Giá 4.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://huynq.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ext.huynq.net/
URL Trang Trợ Giúp https://ext.huynq.net/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2day is a Good Day",
    "short_name": "2day is a Good Day",
    "version": "0.6.5",
    "description": "Yay, Today will be a good day",
    "homepage_url": "https:\/\/ext.huynq.net\/",
    "icons": {
        "16": "icon32.png",
        "48": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon64.png",
        "default_title": "2day is a Good Day - Say Hi to your Today",
        "default_popup": "options.html"
    },
    "chrome_url_overrides": {
        "newtab": "2day.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "http:\/\/*.unsplash.com\/",
        "https:\/\/*.unsplash.com\/",
        "https:\/\/*.flickr.com\/",
        "https:\/\/ext.huynq.net\/",
        "tabs",
        "storage"
    ]
}