weReaDou
✳️ 在豆瓣中显示微信读书的可读状态
weReaDouとは何ですか?
weReaDouはsorosliuによって開発されたChromeの拡張機能で、その主な機能は「✳️ 在豆瓣中显示微信读书的可读状态」です。
拡張機能のスクリーンショット
weReaDou拡張機能のCRXファイルをダウンロード
weReaDou拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
对于豆瓣中收录的书籍条目,使用此插件可以显示微信读书中是否可阅读该书籍,并可跳转至微信读书网页版对应的书籍页面 拡張機能の基本情報
| 名前 | |
| ID | njoadngalopipcepefcmebmflilmhadl |
| 公式URL | https://chromewebstore.google.com/detail/wereadou/njoadngalopipcepefcmebmflilmhadl |
| 説明 | ✳️ 在豆瓣中显示微信读书的可读状态 |
| ファイルサイズ | 240 KB |
| インストール数 | 1,065 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2022-12-28 |
| 公開日 | 2020-07-30 |
| 評価 | 5.00/5 合計 7 レビュー |
| 開発者 | sorosliu |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Sorosliu1029/weReaDou |
| ヘルプページのURL | https://github.com/Sorosliu1029/weReaDou |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "weReaDou",
"description": "\u2733\ufe0f \u5728\u8c46\u74e3\u4e2d\u663e\u793a\u5fae\u4fe1\u8bfb\u4e66\u7684\u53ef\u8bfb\u72b6\u6001",
"version": "1.2",
"icons": {
"16": "images\/[email protected]",
"32": "images\/[email protected]",
"48": "images\/[email protected]",
"128": "images\/[email protected]"
},
"author": "sorosliu",
"homepage_url": "https:\/\/github.com\/Sorosliu1029\/weReaDou",
"content_scripts": [
{
"matches": [
"https:\/\/book.douban.com\/subject\/*"
],
"js": [
"js\/vendor.js",
"js\/content_script.js"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"host_permissions": [
"https:\/\/weread.qq.com\/"
],
"offline_enabled": false
} | |