Elements of Typographic Stylesheet
Make the web look like a book.
Elements of Typographic Stylesheet क्या है?
Elements of Typographic Stylesheet Stu Kabakoff द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make the web look like a book."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Elements of Typographic Stylesheet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension changes the typographic spacing of every website you visit, enforcing a good line height and maximum width for paragraphs. It makes the web look like print by removing the soft break between paragraphs and replacing it with indents. You can turn it off easily by clicking the E on the right side of the address bar. It will stay off on that website forever.
एक्सटेंशन की मूल जानकारी
नाम | Elements of Typographic Stylesheet |
ID | ibpdmkhaolabfhfielfcghefaldiankj |
आधिकारिक URL | https://chromewebstore.google.com/detail/elements-of-typographic-s/ibpdmkhaolabfhfielfcghefaldiankj |
विवरण | Make the web look like a book. |
फ़ाइल का आकार | 39.4 KB |
स्थापना संख्या | 53 |
वर्तमान संस्करण | 1.3.8 |
अंतिम अपडेट | 2013-02-09 |
प्रकाशन तिथि | 2013-02-08 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Stu Kabakoff |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "chromeController.js" ] }, "page_action": { "default_icon": "img\/Chrome\/enabled.png", "default_title": "__MSG_tooltip__" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "css": [ "stylesheets\/theelementsoftypographicstylesheet.css" ] } ], "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "512": "Icon-512.png", "128": "Icon-128.png", "64": "Icon-64.png", "48": "Icon-48.png", "32": "Icon-32.png" }, "name": "__MSG_extName__", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "version": "1.3.8", "manifest_version": 2 } |