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 là gì?

Txt Formatter là một tiện ích mở rộng Chrome được phát triển bởi Yuping Lin, và tính năng chính của nó là "Format your local txt file to read, you can adjust theme, font style and bookmark current reading posistion for better reading…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Txt Formatter

Tải xuống các tệp mở rộng Txt Formatter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Txt Formatter Txt Formatter
ID pmihmdfpaajgmbdggejokbhkabhopnmd
URL Chính Thức https://chromewebstore.google.com/detail/txt-formatter/pmihmdfpaajgmbdggejokbhkabhopnmd
Mô tả Format your local txt file to read, you can adjust theme, font style and bookmark current reading posistion for better reading…
Kích Thước Tệp 15.21 KB
Số Lần Cài Đặt 6,257
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2018-01-16
Ngày Phát Hành 2018-01-16
Đánh Giá 4.00/5 Tổng số 45 Đánh Giá
Nhà Phát Triển Yuping Lin
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}