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 |
公式URL | 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 |
Eメール | [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:;" } } |