Jot
This extension replaces the new tab page for note taking.
什麼是Jot?
Jot是由Matt O'Hagan開發的Chrome擴展程式,該擴展的主要功能是“This extension replaces the new tab page for note taking.”。
擴展截圖
下載Jot擴展crx文件
下載Jot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quick note taking extension to replace the new tab page. To add more pictures for the next version, send a pull request to github.com/mattohagan/jot.
擴展基本資訊
名稱 | Jot |
ID | mnemjleajnmodijhnibpekloajfdjjja |
官方網址 | https://chromewebstore.google.com/detail/jot/mnemjleajnmodijhnibpekloajfdjjja |
簡介 | This extension replaces the new tab page for note taking. |
檔案大小 | 22.54 MB |
安裝次數 | 8,471 |
目前版本 | 0.2 |
更新時間 | 2014-10-04 |
上架時間 | 2014-10-03 |
評分 | 3.73/5 共 136 次評分 |
開發者 | Matt O'Hagan |
付費類型 | free |
擴展官網 | http://mattohagan.github.io |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jot", "description": "This extension replaces the new tab page for note taking.", "version": "0.2", "chrome_url_overrides": { "newtab": "jot.html" }, "icons": { "128": "icon128.png" } } |