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.”。
擴展截圖
下載Better Wattpad Interface擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | gpedaoelggnhmcmpkjckffcngagcciol |
| 官方網址 | 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
} | |