Initium New Tab
A new tab page that includes features such as top sites, current weather, RSS reader, calendar and much more.
什麼是Initium New Tab?
Initium New Tab是由Andrius開發的Chrome擴展程式,該擴展的主要功能是“A new tab page that includes features such as top sites, current weather, RSS reader, calendar and much more.”。
擴展截圖
下載Initium New Tab擴展crx文件
下載Initium New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Included features: - Top visited sites - Notepad - Sticky notes - RSS feed reader - Clock - Current and weekly weather - Calendar with Google Calendar integration - Tasks - Timer - Stopwatch - Pomodoro timer - Countdown timer - Random daily background - Ability to set your own background from URL or device
擴展基本資訊
名稱 | Initium New Tab |
ID | jmefobebfekofkbpfmjkmhjgaaaojkml |
官方網址 | https://chromewebstore.google.com/detail/initium-new-tab/jmefobebfekofkbpfmjkmhjgaaaojkml |
簡介 | A new tab page that includes features such as top sites, current weather, RSS reader, calendar and much more. |
檔案大小 | 869 KB |
安裝次數 | 547 |
目前版本 | 5.19.0 |
更新時間 | 2024-02-25 |
上架時間 | 2020-07-04 |
評分 | 4.09/5 共 11 次評分 |
開發者 | Andrius |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "5.19.0", "name": "Initium New Tab", "description": "A new tab page that includes features such as top sites, current weather, RSS reader, calendar and much more.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlvDHbFeDXXQLiIFtPVMq9N\/nnHKK0sNjjVcRhfnEflc6CGnjQBX2EDmUelIt3CpfZ2gkDC64xZeZ6LpNe7okIoZkj\/lkD1JCr8oKCbzFoyLf\/\/DW08jYarqyI2F2fyjJuAj+NpA3UZX+bY9m3YE8m2M7MzTxEOGZXJYeSrrO11wOdfgd2jGoE22mYc4tWhyTKgtAQQ6pLQ3jN\/oXKO+ErVvmZbl7IrEK9BcwZwFy1d6K+o3blg+kHoh5EU28B\/lpV6huEoFe8QhDQgmSgSTyFlgXNzHXX60GX61EscqoahPg\/LQlMQ6UMcQ8KYqOEJvpUIdCrv+jn16btw+o74f0eQIDAQAB", "minimum_chrome_version": "112", "icons": { "48": "assets\/48.png", "128": "assets\/128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "sw.js", "type": "module" }, "oauth2": { "client_id": "561962038357-neq5b0s11nargst15mo9ngohlhi9odde.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/calendar" ] }, "permissions": [ "geolocation", "topSites", "storage", "favicon" ], "optional_permissions": [ "identity" ] } |