Notes Tab
This extension creates a note pad in a new tab
什麼是Notes Tab?
Notes Tab是由patrickasdf開發的Chrome擴展程式,該擴展的主要功能是“This extension creates a note pad in a new tab”。
擴展截圖
下載Notes Tab擴展crx文件
下載Notes Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Notes Tab simplifies the homepage experience. Whenever you open a new tab, a simple text editor appears. Use new tabs to write to-do lists, appointment times, or to just jot down notes. If you want to save it to your computer just file + save as, otherwise your notes will auto-save and will be there when you open a new tab. Features: - Auto-save - Current date in the heading
擴展基本資訊
名稱 | |
ID | godhnbnhjjhcooiigbabagepddfmjgbk |
官方網址 | https://chrome.google.com/webstore/detail/notes-tab/godhnbnhjjhcooiigbabagepddfmjgbk |
簡介 | This extension creates a note pad in a new tab |
檔案大小 | 125 KB |
安裝次數 | 202 |
目前版本 | 1.2 |
更新時間 | 2015-08-26 |
上架時間 | 2015-08-26 |
評分 | 4.33/5 共 6 次評分 |
開發者 | patrickasdf |
付費類型 | free |
擴展官網 | http://www.patrickmatherly.com |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notes Tab", "description": "This extension creates a note pad in a new tab", "version": "1.2", "permissions": [ "tabs", "topSites" ], "browser_action": [], "chrome_url_overrides": { "newtab": "newpad.html" }, "icons": { "16": "newpadicon16.png", "48": "newpadicon48.png", "128": "newpadicon128.png" } } |