Steemit.com Enhancer

Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.

Qu'est-ce que Steemit.com Enhancer ?

Steemit.com Enhancer est une extension Chrome développée par https://www.letmecompile.com, et sa fonction principale est "Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Steemit.com Enhancer

Téléchargez les fichiers d'extension Steemit.com Enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Steemit.com Enhancer Steemit.com Enhancer
ID gepddagaajclednflogimfmpoejjkcnj
URL Officiel https://chromewebstore.google.com/detail/steemitcom-enhancer/gepddagaajclednflogimfmpoejjkcnj
Description Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.
Taille du Fichier 315 KB
Nombre d'Installations 454
Version Actuelle 1.1.1
Dernière Mise à Jour 2018-07-18
Date de Publication 2018-07-18
Évaluation 4.50/5 Total 4 Évaluations
Développeur https://www.letmecompile.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://steemit.com/@yjiq150
URL de la Page d'Aide https://steemit.com/@yjiq150
Langues Prises en Charge 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:;"
}