I Love SteemPeak

A Chrome Web Extension for those who love SteemPeak

I Love SteemPeak là gì?

I Love SteemPeak là một tiện ích mở rộng Chrome được phát triển bởi Michael Smith, và tính năng chính của nó là "A Chrome Web Extension for those who love SteemPeak".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng I Love SteemPeak

Tải xuống các tệp mở rộng I Love SteemPeak dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên I Love SteemPeak I Love SteemPeak
ID hebihldooknlhpeebennnnddfofnjafo
URL Chính Thức https://chromewebstore.google.com/detail/i-love-steempeak/hebihldooknlhpeebennnnddfofnjafo
Mô tả A Chrome Web Extension for those who love SteemPeak
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại v1.1.1
Cập Nhật Lần Cuối 2020-04-06
Ngày Phát Hành 2020-04-04
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Michael Smith
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/selabie68/i-love-steempeak
URL Trang Trợ Giúp https://github.com/selabie68/i-love-steempeak/issues
Ngôn Ngữ Được Hỗ Trợ 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
    }
}