TabSpace
A scratch space for your new tab page
TabSpaceとは何ですか?
TabSpaceはJacky Zhaoによって開発されたChromeの拡張機能で、その主な機能は「A scratch space for your new tab page」です。
拡張機能のスクリーンショット
TabSpace拡張機能のCRXファイルをダウンロード
TabSpace拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A beautiful new tab replacement that gives you your very own scratch space to help you stay organized and focused. Treat it as your own little scratch space in the comfort of your new tab page. Text is saved as you write and your notes and tasks never leave your computer. It features a prominent spatial visualization for all of your tasks that helps you prioritize what's important, rich text formatting and natural language due dates. Tabspace is open source! Found an issue or want to contribute a feature? Check out the code on Github! https://github.com/jackyzha0/tabspace
拡張機能の基本情報
名前 | TabSpace |
ID | kcinhoikngobhiikicnpahoanenlnlha |
公式URL | https://chromewebstore.google.com/detail/tabspace/kcinhoikngobhiikicnpahoanenlnlha |
説明 | A scratch space for your new tab page |
ファイルサイズ | 1.14 MB |
インストール数 | 414 |
現在のバージョン | 1.2.4 |
最終更新日 | 2022-12-08 |
公開日 | 2022-09-29 |
評価 | 4.83/5 合計 6 レビュー |
開発者 | Jacky Zhao |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabSpace", "description": "A scratch space for your new tab page", "version": "1.2.4", "manifest_version": 3, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" } } |