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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *** 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
}