Days left for
Days left for is an extension which overrides your new tab with a simple days counter.
Days left forとは何ですか?
Days left forはDishant Kaushikによって開発されたChromeの拡張機能で、その主な機能は「Days left for is an extension which overrides your new tab with a simple days counter.」です。
拡張機能のスクリーンショット
Days left for拡張機能のCRXファイルをダウンロード
Days left for拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Days left for is an extension which overrides your new tab with a simple days counter. This can be helpful if you want to get reminded of something important but don't want to open a calendar for it. It keeps your top visited websites and your recent search history to keep functionality. Wallpapers powered by Unsplash. 拡張機能の基本情報
| 名前 | |
| ID | llnlifjlmlfeifhlahlhfjcogijaebnj |
| 公式URL | https://chromewebstore.google.com/detail/days-left-for/llnlifjlmlfeifhlahlhfjcogijaebnj |
| 説明 | Days left for is an extension which overrides your new tab with a simple days counter. |
| ファイルサイズ | 759 KB |
| インストール数 | 144 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2019-11-01 |
| 公開日 | 2019-10-31 |
| 評価 | 4.75/5 合計 4 レビュー |
| 開発者 | Dishant Kaushik |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Days left for",
"version": "1.0.0",
"description": "Days left for is an extension which overrides your new tab with a simple days counter.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"history",
"topSites"
],
"icons": {
"16": "favicon-16x16.png",
"48": "icon-48x48.png",
"128": "icon-128x128.png"
},
"content_security_policy": "script-src 'self' 'sha256-TnMQHPsY7JCtYsDQ5jgYo775G7KMmY4IJC\/DWJT8P9U='; object-src 'self'"
} | |