NewTabSpace
Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…
什麼是NewTabSpace?
NewTabSpace是由Zoe Webmaster開發的Chrome擴展程式,該擴展的主要功能是“Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…”。
擴展截圖
下載NewTabSpace擴展crx文件
下載NewTabSpace擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your browser.
擴展基本資訊
名稱 | |
ID | onodcoelplndhaecnneclpbpjpdgclam |
官方網址 | https://chrome.google.com/webstore/detail/newtabspace/onodcoelplndhaecnneclpbpjpdgclam |
簡介 | Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your… |
檔案大小 | 5.47 MB |
安裝次數 | 387 |
目前版本 | 1.0.4 |
更新時間 | 2021-10-26 |
上架時間 | 2021-09-27 |
評分 | 5.00/5 共 33 次評分 |
開發者 | Zoe Webmaster |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://textuploader.com/t5awa |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewTabSpace", "version": "1.0.4", "permissions": [ "storage", "tabs", "cookies", "alarms" ], "host_permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/myextension.online\/*", "*:\/\/*.myextension.online\/*" ], "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-eval' data: blob: filesystem:;" } } |