Today's Date
Show's you today's date and some other info...
什麼是Today's Date?
Today's Date是由https://singleclickapps.com開發的Chrome擴展程式,該擴展的主要功能是“Show's you today's date and some other info...”。
擴展截圖
下載Today's Date擴展crx文件
下載Today's Date擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Just a simple extension that will show you today's date and some related info. Click on the icon and you'll get: today's date, week, day of the week, the roman year, how many days left to new year and, if you click on another date, the difference between the current date and selected one ... You can change the date format on the options page (right-click on the extension's icon and select "Options")
擴展基本資訊
名稱 | Today's Date |
ID | lpcdfhjklgjchkpphafdcadodnbgkllm |
官方網址 | https://chromewebstore.google.com/detail/todays-date/lpcdfhjklgjchkpphafdcadodnbgkllm |
簡介 | Show's you today's date and some other info... |
檔案大小 | 67.12 KB |
安裝次數 | 663 |
目前版本 | 1.0.0.0 |
更新時間 | 2017-10-12 |
上架時間 | 2017-10-12 |
評分 | 4.75/5 共 4 次評分 |
開發者 | https://singleclickapps.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://singleclickapps.com/todays-extension |
隱私政策頁面URL | https://singleclickapps.com/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": " Today's Date ", "version": "1.0.0.0", "manifest_version": 2, "homepage_url": "https:\/\/singleclickapps.com\/todays-extension", "description": "Show's you today's date and some other info...", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [], "offline_enabled": true, "incognito": "spanning", "browser_action": { "default_icon": "icon.png", "default_title": "Today's Date", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "settings.html" } |