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