Newtab Notepad

Simple notepad and task manager for newtab.

什麼是Newtab Notepad?

Newtab Notepad是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Simple notepad and task manager for newtab.”。

擴展截圖

screenshot

下載Newtab Notepad擴展crx文件

下載Newtab Notepad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Simple newtab page that works as a notepad. Saves after close. Type "#" and refresh to create a task. Lightweight and power-efficient.                    

擴展基本資訊

名稱 Newtab Notepad Newtab Notepad
ID lpaljnokgodjncnejlfagmapjldgbflm
官方網址 https://chromewebstore.google.com/detail/newtab-notepad/lpaljnokgodjncnejlfagmapjldgbflm
簡介 Simple notepad and task manager for newtab.
檔案大小 8.5 KB
安裝次數 99
目前版本 1.2
更新時間 2017-05-04
上架時間 2017-05-04
評分 3.33/5 共 6 次評分
開發者 Unknown
付費類型 free
擴展官網 http://gokulswamy.me
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Newtab Notepad",
    "short_name": "Newtabpad",
    "description": "Simple notepad and task manager for newtab.",
    "version": "1.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}