Better Wattpad Interface

Improves the WattPad user interface on desktop (just some tricks, but incredibly convenient). Fully configurable.

Better Wattpad Interface란 무엇입니까?

Better Wattpad Interface은(는) https://cestdoncvrai.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improves the WattPad user interface on desktop (just some tricks, but incredibly convenient). Fully configurable."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Better Wattpad Interface 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        /!\ You want this extension on your language ? Help us to translate it :  https://goo.gl/LhdmsU

Unofficial application, develop fun fun ! Hope your enjoy it !

This extension make WattPad desktop interface better. It add few smart but essential functionality : 

— Auto-resize comment's field height on user text
— Enable selection on fictions
— Justify fiction text
— Find and make clickable links on fictions
— Add text-indentation on fiction paragraph (3 size : none, simple or double)
- Check "Notify my users" box on profile page
- Update manually notifications and comments
- Add link on bottom on fiction for better navigation
- Add last update chapter date

You can enable and disable each functionality on the extension settings                    

확장 프로그램 기본 정보

이름 Better Wattpad Interface Better Wattpad Interface
ID gpedaoelggnhmcmpkjckffcngagcciol
공식 URL https://chromewebstore.google.com/detail/better-wattpad-interface/gpedaoelggnhmcmpkjckffcngagcciol
설명 Improves the WattPad user interface on desktop (just some tricks, but incredibly convenient). Fully configurable.
파일 크기 9.68 MB
설치 횟수 9,512
현재 버전 1.5
최근 업데이트 2018-01-07
출시 날짜 2018-01-07
평점 4.12/5 총 198 개의 평점
개발자 https://cestdoncvrai.fr
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.wattpad.com/story/97859723-wattpad-better-interface-unofficial-extension
도움말 페이지 URL https://www.wattpad.com/story/97859723-wattpad-better-interface-unofficial-extension
지원되는 언어 en,fr,es,pl,el,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_WBappName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5",
    "author": "Cestdoncvrai",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/api.wattpad.com\/v4\/parts\/",
        "https:\/\/www.wattpad.com\/*"
    ],
    "browser_action": {
        "default_icon": "medias\/icons\/icon_32.png",
        "default_popup": "popup\/popup.html"
    },
    "options_page": "popup\/popup.html#tabOptions",
    "options_ui": {
        "page": "popup\/popup.html#tabOptions",
        "chrome_style": false
    },
    "icons": {
        "128": "medias\/icons\/icon_128.png",
        "64": "medias\/icons\/icon_64.png",
        "32": "medias\/icons\/icon_32.png",
        "16": "medias\/icons\/icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wattpad.com\/*"
            ],
            "css": [
                "bw_style.css"
            ],
            "js": [
                "lib\/underscore-min.js",
                "lib\/jquery-3.1.0.min.js",
                "lib\/jquery-observe.js",
                "lib\/autosize.min.js",
                "content.js"
            ]
        }
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "manifest_version": 2
}