微信读书小助手
网页版微信读书记住上次阅读位置
微信读书小助手とは何ですか?
微信读书小助手はqunheying.comによって開発されたChromeの拡張機能で、その主な機能は「网页版微信读书记住上次阅读位置」です。
拡張機能のスクリーンショット
微信读书小助手拡張機能のCRXファイルをダウンロード
微信读书小助手拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
网页版微信读书记住上次阅读位置,再次打开可以迅速定位,更新主题背景 拡張機能の基本情報
| 名前 | |
| ID | hkmaeljellfklhiclphbinekpdmlllme |
| 公式URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BF%A1%E8%AF%BB%E4%B9%A6%E5%B0%8F%E5%8A%A9%E6%89%8B/hkmaeljellfklhiclphbinekpdmlllme |
| 説明 | 网页版微信读书记住上次阅读位置 |
| ファイルサイズ | 2.59 MB |
| インストール数 | 293 |
| 現在のバージョン | 0.1.1 |
| 最終更新日 | 2021-07-24 |
| 公開日 | 2019-11-25 |
| 開発者 | qunheying.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.qunheying.com/privacy.html |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u5fae\u4fe1\u8bfb\u4e66\u5c0f\u52a9\u624b",
"description": "\u7f51\u9875\u7248\u5fae\u4fe1\u8bfb\u4e66\u8bb0\u4f4f\u4e0a\u6b21\u9605\u8bfb\u4f4d\u7f6e",
"version": "0.1.1",
"homepage_url": "http:\/\/www.antplugin.com",
"browser_action": {
"default_icon": "icon128_gray.png",
"default_title": "\u5fae\u4fe1\u8bfb\u4e66\u5c0f\u52a9\u624b - antplugin.com",
"default_popup": "index.html"
},
"permissions": [
"https:\/\/weread.qq.com\/*",
"https:\/\/res.wx.qq.com\/*",
"background",
"activeTab"
],
"background": {
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com 'sha256-7B2jPKIP79DtlRTCKaDT4ySQ9J7d2vEzRqThlsY5khA='; object-src 'self'",
"content_scripts": [
{
"matches": [
"https:\/\/weread.qq.com\/*"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
"icon.png"
],
"icons": {
"16": "icon128.png",
"48": "icon128.png",
"128": "icon128.png"
}
} | |