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 - это расширение Chrome, разработанное Yuping Lin, и его основная функция - "Format your local txt file to read, you can adjust theme, font style and bookmark current reading posistion for better reading…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Txt Formatter

Скачайте файлы расширений 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
}