Day Counter - New Tab Page

Track days until or since life events like Birthdays easily.

Day Counter - New Tab Pageとは何ですか?

Day Counter - New Tab PageはRyan Fitzgeraldによって開発されたChromeの拡張機能で、その主な機能は「Track days until or since life events like Birthdays easily.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Day Counter - New Tab Page拡張機能のCRXファイルをダウンロード

Day Counter - New Tab Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Day Counter allows you to easily create counters that track days until or since life events on each new tab or manually. No need to forget holidays, birthdays, or other events ever again! You can also easily keep track of days since previous events like starting a new job or moving into a new apartment.

Events can be re-ordered by a simple drag-and-drop feature and can be optionally set to automatically repeat weekly, biweekly, monthly, or yearly.

There are also a number of settings in order to customize your experience, such as changing the counter size, the color scheme of the page, filtering visible counters to only future or past counters, filtering counters based on date range (i.e. only showing counters that are a week away), and a privacy filter that blurs the counters on load and on inactivity so others cannot read them when you aren't there.                    

拡張機能の基本情報

名前 Day Counter - New Tab Page Day Counter - New Tab Page
ID popaiegponeiefbiddhmaphpbdjoegff
公式URL https://chromewebstore.google.com/detail/day-counter-new-tab-page/popaiegponeiefbiddhmaphpbdjoegff
説明 Track days until or since life events like Birthdays easily.
ファイルサイズ 678 KB
インストール数 7,305
現在のバージョン 3.0.5
最終更新日 2020-08-11
公開日 2017-12-10
評価 4.42/5 合計 57 レビュー
開発者 Ryan Fitzgerald
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Day Counter - New Tab Page",
    "short_name": "Day Counter",
    "version": "3.0.5",
    "description": "Track days until or since life events like Birthdays easily.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Open Day Counter"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "author": "Ryan Fitzgerald",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "incognito": "split",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ]
}