指定した日まであと何日残ってる?
指定した日までの残り時間(残りの日数・残りの週数・残り%)をChromeタブに表示します。
What is 指定した日まであと何日残ってる??
指定した日まであと何日残ってる? is a Chrome extension developed by nanja, and its main feature is "指定した日までの残り時間(残りの日数・残りの週数・残り%)をChromeタブに表示します。".
Extension Screenshots
Download 指定した日まであと何日残ってる? Extension CRX File
Download 指定した日まであと何日残ってる? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
**概要** 指定した日にちまでの残り時間をタスクバーに表示します。 デフォルトでは大晦日までの残り日数を表示します。 時間の表示は残り日数・残り週数・残りパーセントと切り替えることができます。今年後どれくらいだろうといつも気にしている人は使ってみてください。 **機能** - 今年の大晦日までの残り時間を表示 - 特定の日付までの残り時間を表示 - 表示切り替え機能(残り%・残り日数・残り週数) - 文字色を白・黒で切り替え可能
Extension Basic Information
Name | 指定した日まであと何日残ってる? |
ID | eimpmoaipllafkeiaecmdanofhdpelfm |
Official 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 |
Description | 指定した日までの残り時間(残りの日数・残りの週数・残り%)をChromeタブに表示します。 |
File Size | 222 KB |
Installation Count | 290 |
Current Version | 2.0.2 |
Last Updated | 2021-01-30 |
Publish Date | 2020-11-05 |
Rating | 5.00/5 Total 2 Ratings |
Developer | nanja |
[email protected] | |
Payment Type | free |
Extension Website | https://paper.hatenadiary.jp/ |
Help Page URL | https://github.com/Y-kyoto/chromeExtensions |
Privacy Policy Page URL | https://paper.hatenadiary.jp/privacy-policy |
Supported Languages | 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" } |