Txt Formatter

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

Cos'è Txt Formatter?

Txt Formatter è un'estensione di Chrome sviluppata da Yuping Lin, e la sua funzione principale è "Format your local txt file to read, you can adjust theme, font style and bookmark current reading posistion for better reading…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Txt Formatter

Scarica i file di estensione Txt Formatter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome Txt Formatter Txt Formatter
ID pmihmdfpaajgmbdggejokbhkabhopnmd
URL Ufficiale https://chromewebstore.google.com/detail/txt-formatter/pmihmdfpaajgmbdggejokbhkabhopnmd
Descrizione Format your local txt file to read, you can adjust theme, font style and bookmark current reading posistion for better reading…
Dimensione del File 15.21 KB
Conteggio Installazioni 6,257
Versione Corrente 0.5
Ultimo Aggiornamento 2018-01-16
Data di Pubblicazione 2018-01-16
Valutazione 4.00/5 Totale 45 Valutazioni
Sviluppatore Yuping Lin
Tipo di Pagamento free
Lingue Supportate 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
}