Get The Format Out

A plugin for Chrome to get rid of pesky formatting.

什么是Get The Format Out?

Get The Format Out是由GrayMatterComputing开发的Chrome扩展程序,该扩展的主要功能是“A plugin for Chrome to get rid of pesky formatting.”。

扩展截图

screenshot

下载Get The Format Out扩展crx文件

下载Get The Format Out扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        GTFO removes formatting from all or selected text and can be useful for focusing on and enjoying the content of a website.

It may also be helpful for people with visual impairments who find it difficult to read or focus on text when navigating websites.

Activating GTFO on a tab removes all formatting from its content and displays the site in the font, colors, and size specified by the user. The default shortcut is Alt+Shift+G.

Double-clicking the transformed content activates edit mode, where the user may make changes to the text.

Based on user suggestions we have created and plan to create more rules for better handling of content on specific sites.

If you have a suggestion please leave a comment or email [email protected]

Options
-Background Color
-Text Color
-Text Size
-Font                    

扩展基本信息

名称 Get The Format Out Get The Format Out
ID bihflffbgkhhfmcknamdaendhagkbahn
官方URL https://chromewebstore.google.com/detail/get-the-format-out/bihflffbgkhhfmcknamdaendhagkbahn
简介 A plugin for Chrome to get rid of pesky formatting.
文件大小 19.29 KB
安装次数 39
当前版本 0.2.1
更新时间 2016-03-29
上架时间 2016-03-28
评分 5.00/5 共3次评分
开发者 GrayMatterComputing
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get The Format Out",
    "short_name": "GTFO",
    "description": "A plugin for Chrome to get rid of pesky formatting.",
    "version": "0.2.1",
    "author": "GrayMatterComputing",
    "homepage_url": "http:\/\/graymattercomputing.net",
    "browser_action": {
        "default_icon": "gtfo.png"
    },
    "icons": {
        "16": "gtfo.png",
        "48": "gtfo48.png",
        "128": "gtfo128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+G"
            }
        }
    }
}