Wattpad Word Count
Add the word count to the story/part page
Wattpad Word Countとは何ですか?
Wattpad Word Countはdantgrによって開発されたChromeの拡張機能で、その主な機能は「Add the word count to the story/part page」です。
拡張機能のスクリーンショット
Wattpad Word Count拡張機能のCRXファイルをダウンロード
Wattpad Word Count拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension, you can view the word count of any story and each of its parts. ⚠️ If the word count is not displayed after a few seconds, simply refresh the page.
拡張機能の基本情報
名前 | Wattpad Word Count |
ID | cjbnladjjgobabkiioolngpoihdbncle |
公式URL | https://chromewebstore.google.com/detail/wattpad-word-count/cjbnladjjgobabkiioolngpoihdbncle |
説明 | Add the word count to the story/part page |
ファイルサイズ | 1.04 MB |
インストール数 | 774 |
現在のバージョン | 1.0 |
最終更新日 | 2022-12-15 |
公開日 | 2022-12-15 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | dantgr |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wattpad Word Count", "version": "1.0", "description": "Add the word count to the story\/part page", "permissions": [ "webNavigation", "tabs" ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/www.wattpad.com\/story\/*", "https:\/\/www.wattpad.com\/*" ] } ] } |