Get The Format Out
A plugin for Chrome to get rid of pesky formatting.
Τι είναι το Get The Format Out;
Το Get The Format Out είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον GrayMatterComputing, και η κύρια λειτουργία του είναι "A plugin for Chrome to get rid of pesky formatting.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Get The Format Out
Λήψη αρχείων επέκτασης 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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } } } } |