Steemit.com Enhancer
Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.
Steemit.com Enhancer क्या है?
Steemit.com Enhancer https://www.letmecompile.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Steemit.com Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enhance the functions of steemit.com [Viewer] - You can change the font on the steemit post page. [Editor] - Side by side preview mode - Layout templates (Book Review, Travel, Recipe, etc.) are provided.
एक्सटेंशन की मूल जानकारी
नाम | Steemit.com Enhancer |
ID | gepddagaajclednflogimfmpoejjkcnj |
आधिकारिक URL | https://chromewebstore.google.com/detail/steemitcom-enhancer/gepddagaajclednflogimfmpoejjkcnj |
विवरण | Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided. |
फ़ाइल का आकार | 315 KB |
स्थापना संख्या | 454 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2018-07-18 |
प्रकाशन तिथि | 2018-07-18 |
रेटिंग | 4.50/5 कुल 4 रेटिंग्स |
डेवलपर | https://www.letmecompile.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://steemit.com/@yjiq150 |
सहायता पृष्ठ URL | https://steemit.com/@yjiq150 |
समर्थित भाषाएँ | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.1", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "page_action": { "default_icon": "img\/icon-48.png", "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "icons": { "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "js\/page.bundle.js" ], "background": { "page": "background.html" }, "permissions": [ "storage", "activeTab", "tabs", "https:\/\/steemit.com\/*" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;" } |