Noty
Note from the start
什麼是Noty?
Noty是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Note from the start”。
擴展截圖
下載Noty擴展crx文件
下載Noty擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Turns start page to a minimalistic notepad with support for todo items and list items.
擴展基本資訊
名稱 | |
ID | bocobeipokdapflcoalkhhoeacgeccgc |
官方網址 | https://chromewebstore.google.com/detail/noty/bocobeipokdapflcoalkhhoeacgeccgc |
簡介 | Note from the start |
檔案大小 | 411 KB |
安裝次數 | 44 |
目前版本 | 0.0.1 |
更新時間 | 2019-09-12 |
上架時間 | 2019-09-11 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Noty", "version": "0.0.1", "description": "Note from the start", "manifest_version": 2, "permissions": [ "storage" ], "browser_specific_settings": { "gecko": { "id": "{eb06724d-57a2-42cf-902e-cb322e17437e}", "strict_min_version": "42.0" } }, "chrome_url_overrides": { "newtab": "index.html" } } |