Better Wattpad Interface
Improves the WattPad user interface on desktop (just some tricks, but incredibly convenient). Fully configurable.
Better Wattpad Interfaceคืออะไร?
Better Wattpad Interface เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cestdoncvrai.fr และคุณลักษณะหลักของมันคือ "Improves the WattPad user interface on desktop (just some tricks, but incredibly convenient). Fully configurable."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Wattpad Interface
ดาวน์โหลดไฟล์ส่วนขยาย Better Wattpad Interface ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
/!\ 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 |
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 } |