Txt Formatter

Format your local txt file to read, you can adjust theme, font style and bookmark current reading posistion for better reading…

什麼是Txt Formatter?

Txt Formatter是由Yuping Lin開發的Chrome擴展程式,該擴展的主要功能是“Format your local txt file to read, you can adjust theme, font style and bookmark current reading posistion for better reading…”。

擴展截圖

screenshot

下載Txt Formatter擴展crx文件

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

擴展使用說明

                        *** Please enable allow access to file URLs ***
How to do:
Settings -> extensions -> tick allow access to file URLs

僅作用於本機 TXT 檔案,直接將檔案拖曳或用 chrome 開啟,點下圖示即可套用
功能:
* 選擇布景
* 設置文字大小/字體/行高
* 記憶書籤位置(下次開啟可讀取上次同文件之位置)
 
*** 請務必開啟允許存取檔案網址 ***
開啟方式:
設定 -> 擴充功能 -> 勾取[允許存取檔案網址]                    

擴展基本資訊

名稱 Txt Formatter Txt Formatter
ID pmihmdfpaajgmbdggejokbhkabhopnmd
官方網址 https://chromewebstore.google.com/detail/txt-formatter/pmihmdfpaajgmbdggejokbhkabhopnmd
簡介 Format your local txt file to read, you can adjust theme, font style and bookmark current reading posistion for better reading…
檔案大小 15.21 KB
安裝次數 6,257
目前版本 0.5
更新時間 2018-01-16
上架時間 2018-01-16
評分 4.00/5 共 45 次評分
開發者 Yuping Lin
付費類型 free
支援的語言 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.5",
    "default_locale": "zh_TW",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "",
        "http:\/\/www.google.com.tw\/"
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Txt Formatter"
    },
    "manifest_version": 2
}