WriteTab

Replace your new tab page with a blank writing page

什麼是WriteTab?

WriteTab是由https://tinyapps.com.au開發的Chrome擴展程式,該擴展的主要功能是“Replace your new tab page with a blank writing page”。

擴展截圖

screenshot

下載WriteTab擴展crx文件

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

擴展使用說明

                        Replace your new tab page with a blank, distraction free writing environment.

Your words are saved as you type so you can come back anytime to keep writing.  Or clear or space with one click and begin again.                    

擴展基本資訊

名稱 WriteTab WriteTab
ID jgihkgpaeaddfkdmoglpcklnbldcmklm
官方網址 https://chromewebstore.google.com/detail/writetab/jgihkgpaeaddfkdmoglpcklnbldcmklm
簡介 Replace your new tab page with a blank writing page
檔案大小 325 KB
安裝次數 398
目前版本 0.0.5
更新時間 2017-02-24
上架時間 2017-02-23
評分 4.86/5 共 7 次評分
開發者 https://tinyapps.com.au
付費類型 free
擴展官網 http://tinyapps.com.au
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WriteTab",
    "permissions": [
        "storage"
    ],
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Replace your new tab page with a blank writing page",
    "homepage_url": "http:\/\/tinyapps.com.au",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "options_ui": {
        "page": "src\/options.html",
        "chrome_style": true
    }
}