指定した日まであと何日残ってる?

指定した日までの残り時間(残りの日数・残りの週数・残り%)をChromeタブに表示します。

Wat is 指定した日まであと何日残ってる??

指定した日まであと何日残ってる? is een Chrome-extensie ontwikkeld door nanja, en de belangrijkste functie is "指定した日までの残り時間(残りの日数・残りの週数・残り%)をChromeタブに表示します。".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 指定した日まであと何日残ってる?

Download 指定した日まであと何日残ってる?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        **概要**
指定した日にちまでの残り時間をタスクバーに表示します。
デフォルトでは大晦日までの残り日数を表示します。

時間の表示は残り日数・残り週数・残りパーセントと切り替えることができます。今年後どれくらいだろうといつも気にしている人は使ってみてください。

**機能**
- 今年の大晦日までの残り時間を表示
- 特定の日付までの残り時間を表示
- 表示切り替え機能(残り%・残り日数・残り週数)
- 文字色を白・黒で切り替え可能                    

Basisinformatie over de Extensie

Naam 指定した日まであと何日残ってる? 指定した日まであと何日残ってる?
ID eimpmoaipllafkeiaecmdanofhdpelfm
Officiële URL https://chromewebstore.google.com/detail/%E6%8C%87%E5%AE%9A%E3%81%97%E3%81%9F%E6%97%A5%E3%81%BE%E3%81%A7%E3%81%82%E3%81%A8%E4%BD%95%E6%97%A5%E6%AE%8B%E3%81%A3%E3%81%A6%E3%82%8B%EF%BC%9F/eimpmoaipllafkeiaecmdanofhdpelfm
Beschrijving 指定した日までの残り時間(残りの日数・残りの週数・残り%)をChromeタブに表示します。
Bestandsgrootte 222 KB
Aantal Installaties 290
Huidige Versie 2.0.2
Laatst Bijgewerkt 2021-01-30
Publicatiedatum 2020-11-05
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar nanja
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://paper.hatenadiary.jp/
Help Pagina-URL https://github.com/Y-kyoto/chromeExtensions
URL van de Privacybeleid Pagina https://paper.hatenadiary.jp/privacy-policy
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "css": [
            "css\/style.css",
            "css\/bootstrap.min.css"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "options.html",
        "default_icon": {
            "19": "icon\/19.png"
        }
    },
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "description": "\u6307\u5b9a\u3057\u305f\u65e5\u307e\u3067\u306e\u6b8b\u308a\u6642\u9593\uff08\u6b8b\u308a\u306e\u65e5\u6570\u30fb\u6b8b\u308a\u306e\u9031\u6570\u30fb\u6b8b\u308a\uff05\uff09\u3092Chrome\u30bf\u30d6\u306b\u8868\u793a\u3057\u307e\u3059\u3002",
    "manifest_version": 2,
    "options_page": "options.html",
    "name": "\u6307\u5b9a\u3057\u305f\u65e5\u307e\u3067\u3042\u3068\u4f55\u65e5\u6b8b\u3063\u3066\u308b\uff1f",
    "permissions": [
        "alarms",
        "storage"
    ],
    "version": "2.0.2"
}