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
公式URL 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
}