Columnify
Turns page-width text into a more readable column.
Columnify क्या है?
Columnify Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turns page-width text into a more readable column."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Columnify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | Columnify |
ID | jjfioppoojknlbcfncooglhiajcjpcde |
आधिकारिक URL | https://chromewebstore.google.com/detail/columnify/jjfioppoojknlbcfncooglhiajcjpcde |
विवरण | Turns page-width text into a more readable column. |
फ़ाइल का आकार | 318 KB |
स्थापना संख्या | 52 |
वर्तमान संस्करण | 0.0.0.2 |
अंतिम अपडेट | 2014-09-24 |
प्रकाशन तिथि | 2014-09-23 |
रेटिंग | 3.17/5 कुल 6 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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." } } } |