Clicounter

Daily counter extension helps you easily keep track of the remaining days until your next life event.

Clicounterとは何ですか?

Clicounterはhttps://clicounter.liveによって開発されたChromeの拡張機能で、その主な機能は「Daily counter extension helps you easily keep track of the remaining days until your next life event.」です。

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

screenshot
screenshot

Clicounter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Day Counter only a click away!
Clicounter contains the day tracking that can be used for any life or business event. 
Easily count down the days until big life event!

By clicking "Add to chrome" you accept and agree to installing the Clicounter Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at: https://clicounter.live/terms/ and privacy policy at: https://clicounter.live/privacy-policy/

The extension will update your new-tab with accurate information about upcoming events you set up and will change your search engine to be powered by Bing.

No need to skip meetings, holidays or any fun or important event! You can also easily track of days since previous events, such as starting a new position or relationship.

We don't just collect data about your events - we make sure you can sleep careless and be sure to catch all your events, meetings and very important appointments!                    

拡張機能の基本情報

名前 Clicounter Clicounter
ID pnhjehchckojhmljiiaijnadgdpmdamd
公式URL https://chromewebstore.google.com/detail/clicounter/pnhjehchckojhmljiiaijnadgdpmdamd
説明 Daily counter extension helps you easily keep track of the remaining days until your next life event.
ファイルサイズ 755 KB
インストール数 159,117
現在のバージョン 1.7
最終更新日 2022-12-13
公開日 2022-07-27
評価 5.00/5 合計 4 レビュー
開発者 https://clicounter.live
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://clicounter.live
ヘルプページのURL https://clicounter.live/contact-us/
プライバシーポリシーページのURL https://clicounter.live/privacy-policy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clicounter",
    "description": "Daily counter extension helps you easily keep track of the remaining days until your next life event.",
    "version": "1.7",
    "manifest_version": 3,
    "homepage_url": "https:\/\/clicounter.live",
    "background": {
        "service_worker": ".\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": ".\/page\/index.html"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/images\/16.png",
            "32": ".\/images\/32.png",
            "48": ".\/images\/48.png",
            "128": ".\/images\/128.png"
        }
    },
    "icons": {
        "16": ".\/images\/16.png",
        "32": ".\/images\/32.png",
        "48": ".\/images\/48.png",
        "128": ".\/images\/128.png"
    }
}