Columnify
Turns page-width text into a more readable column.
Co to jest Columnify?
Columnify to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Turns page-width text into a more readable column.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Columnify
Pobierz pliki rozszerzeń Columnify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
With just one keystroke, instantly transform a page with text that stretches across the entire screen into a manageable column for easier reading. Ctrl+Shift+K to columnify. Ctrl+Shift+L to decolumnify. There are other apps that include this feature, but because they also include a lot of other stuff, they have a clunky interface and you end up doing a lot more work and seeing more needless popups than you need for a feature like this. This is instant: boom, the page is a column. No forms to fill out, no passwords. Please give any comments or suggestions!
Podstawowe informacje o rozszerzeniu
Nazwa | Columnify |
ID | jjfioppoojknlbcfncooglhiajcjpcde |
Oficjalny URL | https://chromewebstore.google.com/detail/columnify/jjfioppoojknlbcfncooglhiajcjpcde |
Opis | Turns page-width text into a more readable column. |
Rozmiar pliku | 318 KB |
Liczba instalacji | 52 |
Aktualna Wersja | 0.0.0.2 |
Ostatnia Aktualizacja | 2014-09-24 |
Data Publikacji | 2014-09-23 |
Ocena | 3.17/5 Łącznie 6 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Columnify", "description": "Turns page-width text into a more readable column.", "version": "0.0.0.2", "manifest_version": 2, "permissions": [ "activeTab" ], "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background2.js" ], "persistent": false }, "commands": { "columnify": { "suggested_key": { "default": "Ctrl+Shift+K" }, "description": "Makes column." }, "decolumnify": { "suggested_key": { "default": "Ctrl+Shift+L" }, "description": "Undoes column." } } } |