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 |
官方網址 | 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 |
電子郵箱 | [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" } } |