Tranquility Reader

Tranquility Reader improves the readability of web articles by removing unnecessary elements

Tranquility Readerคืออะไร?

Tranquility Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arunk และคุณลักษณะหลักของมันคือ "Tranquility Reader improves the readability of web articles by removing unnecessary elements"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tranquility Reader

ดาวน์โหลดไฟล์ส่วนขยาย Tranquility Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tranquility Reader improves the readability of web articles by removing unnecessary elements like ads, images, social share widgets, and more.

Functionality

*    Click the navigation-bar icon to transform the page on Desktop

Features

*    Compatible with NoScript

*    Save content offline for reading later (the tranquility view is saved locally on your computer)

*    Ability to export/import the offline content.

*    Ability to customize default font, font-size, font color, background color, and width of the reading area (you can use https://www.w3schools.com/colors/colors_picker.asp to pick a suitable color code—thanks to user JA for feedback on this!)

*    Create and manage your own preset configuration of the various options/preferences

*    Add/edit notes/annotations to portions of the offline content; collate annotations with context for a summary of all your notes and annotations.

*    Unobtrusive menu at the bottom of the screen (displayed by clicking the (+) symbol on the bottom right corner of the screen) provides additional features

*    Additional links are available through a "More Links" button in the menu at the bottom of the screen

*    Left-clicking a link in Tranquility View will open the link in Tranquility View in the current tab

*    Transform only a portion of the web page by highlighting the text and then running Tranquility (right-click context menu option - "Tranquilize Selection")


License & Copyright:
Tranquility is provided under GPLv3 license.
Copyright (C) 2012-2020 Arun Kunchithapatham

Privacy Policy:
This extension does not collect or transmit any information to an external website. All processing and data storage is local to your browser.

Feedback:
Please send any feedback, bug reports, enhancement requests to the listed support website or leave a review with details in the comment section of this page.

Release Notes are available via the support website listed                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tranquility Reader Tranquility Reader
ID mlbcofjdcpapkhdkchafogjpcnjnfijh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tranquility-reader/mlbcofjdcpapkhdkchafogjpcnjnfijh
คำอธิบาย Tranquility Reader improves the readability of web articles by removing unnecessary elements
ขนาดไฟล์ 159 KB
จำนวนการติดตั้ง 4,030
เวอร์ชันปัจจุบัน 3.0.21
อัปเดตครั้งล่าสุด 2020-09-02
วันที่เผยแพร่ 2019-10-11
คะแนน 4.52/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา arunk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ushnisha/tranquility-reader-chrome
URL หน้าช่วยเหลือ https://github.com/ushnisha/tranquility-reader-chrome
URL หน้านโยบายความเป็นส่วนตัว https://github.com/ushnisha/tranquility-reader-chrome/blob/master/PRIVACY.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "3.0.21",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/tranquility.ushnisha.com\/",
    "icons": {
        "128": "icons\/tranquility-128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "alarms",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icons\/tranquility-128.png",
        "default_title": "__MSG_extensionBrowserActionTitle__"
    },
    "web_accessible_resources": [
        "background\/tranquility.html",
        "css\/tranquility.css",
        "icons\/*.png"
    ],
    "options_ui": {
        "page": "options\/tranquility_options.html",
        "open_in_tab": false
    },
    "background": {
        "scripts": [
            "background\/tranquility_bg_db_interface.js",
            "background\/tranquility_bg_message_manager.js",
            "background\/tranquility_presets.js",
            "background\/tranquility_bg_common_functions.js",
            "background\/tranquility_bg_context_menu.js"
        ]
    },
    "commands": {
        "run-tranquility": {
            "suggested_key": {
                "default": "Ctrl+Shift+T"
            },
            "description": "__MSG_extensionCommandRunDescription__"
        },
        "show-tranquility-preferences": {
            "suggested_key": {
                "default": "Ctrl+Shift+J"
            },
            "description": "__MSG_extensionCommandShowPreferencesDescription__"
        },
        "show-tranquility-offline-pages": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "__MSG_extensionCommandShowOfflinePagesDescription__"
        }
    },
    "default_locale": "en"
}