Today's Date

Show's you today's date and some other info...

Today's Date là gì?

Today's Date là một tiện ích mở rộng Chrome được phát triển bởi https://singleclickapps.com, và tính năng chính của nó là "Show's you today's date and some other info...".

Ả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 Today's Date

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

                        Just a simple extension that will show you today's date and some related info. 

Click on the icon and you'll get: today's date, week, day of the week, the roman year, how many days left to new year and, if you click on another date, the difference between the current date and selected one ...

You can change the date format on the options page (right-click on the extension's icon and select "Options")                    

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

Tên Today's Date Today's Date
ID lpcdfhjklgjchkpphafdcadodnbgkllm
URL Chính Thức https://chromewebstore.google.com/detail/todays-date/lpcdfhjklgjchkpphafdcadodnbgkllm
Mô tả Show's you today's date and some other info...
Kích Thước Tệp 67.12 KB
Số Lần Cài Đặt 663
Phiên Bản Hiện Tại 1.0.0.0
Cập Nhật Lần Cuối 2017-10-12
Ngày Phát Hành 2017-10-12
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://singleclickapps.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://singleclickapps.com/todays-extension
URL Trang Chính Sách Bảo Mật https://singleclickapps.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Today's  Date ",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/todays-extension",
    "description": "Show's you today's date and some other info...",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [],
    "offline_enabled": true,
    "incognito": "spanning",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Today's Date",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}