Steemit.com Enhancer

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

Co to jest Steemit.com Enhancer?

Steemit.com Enhancer to rozszerzenie Chrome opracowane przez https://www.letmecompile.com, a jego główną funkcją jest „Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Steemit.com Enhancer

Pobierz pliki rozszerzeń Steemit.com Enhancer 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Steemit.com Enhancer Steemit.com Enhancer
ID gepddagaajclednflogimfmpoejjkcnj
Oficjalny URL https://chromewebstore.google.com/detail/steemitcom-enhancer/gepddagaajclednflogimfmpoejjkcnj
Opis Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.
Rozmiar pliku 315 KB
Liczba instalacji 454
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2018-07-18
Data Publikacji 2018-07-18
Ocena 4.50/5 Łącznie 4 Oceny
Deweloper https://www.letmecompile.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://steemit.com/@yjiq150
Adres URL Strony Pomocy https://steemit.com/@yjiq150
Obsługiwane Języki 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:;"
}