I Love SteemPeak

A Chrome Web Extension for those who love SteemPeak

I Love SteemPeak란 무엇입니까?

I Love SteemPeak은(는) Michael Smith에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome Web Extension for those who love SteemPeak"입니다.

확장 프로그램 스크린샷

screenshot

I Love SteemPeak 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        For the lovers of SteemPeak.

This extension redirects various Steem frontend articles to the lovely interface of SteemPeak.com.

It allow an aggressive mode to redirect ALL pages or a passive mode with a nice modal to prompt for redirection.                    

확장 프로그램 기본 정보

이름 I Love SteemPeak I Love SteemPeak
ID hebihldooknlhpeebennnnddfofnjafo
공식 URL https://chromewebstore.google.com/detail/i-love-steempeak/hebihldooknlhpeebennnnddfofnjafo
설명 A Chrome Web Extension for those who love SteemPeak
파일 크기 115 KB
설치 횟수 11
현재 버전 v1.1.1
최근 업데이트 2020-04-06
출시 날짜 2020-04-04
평점 5.00/5 총 4 개의 평점
개발자 Michael Smith
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/selabie68/i-love-steempeak
도움말 페이지 URL https://github.com/selabie68/i-love-steempeak/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I Love SteemPeak",
    "description": "A Chrome Web Extension for those who love SteemPeak",
    "version": "1.1.1",
    "version_name": "v1.1.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_title": "I Love SteemPeak",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}