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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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