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 |
| 官方網址 | 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 |
| 電子郵箱 | [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'"
} | |