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."입니다.
확장 프로그램 스크린샷
Get The Format Out 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
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" } } } } |