P词典
P词典(Personal Recite Dict),可添加生词本的英语辞典
What is P词典?
P词典 is a Chrome extension developed by gnehz972, and its main feature is "P词典(Personal Recite Dict),可添加生词本的英语辞典".
Extension Screenshots
Download P词典 Extension CRX File
Download P词典 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
P辞典(Personal Recite Dict)是一款可以在线查询单词,并管理和记忆生词的词典!配合Android客户端《生词本背单词》实现了PC和移动端词汇无缝转移的目的。 BREAKING CHANGE! ! 如果准备升级1.5.0及以上版本,请将本地保存的单词提前导出为txt备份。新版本将不再维护这些老版本数据。
Extension Basic Information
Name | P词典 |
ID | bchghhkcoamecpkkkdbkfjgcdfjcnmka |
Official URL | https://chromewebstore.google.com/detail/p%E8%AF%8D%E5%85%B8/bchghhkcoamecpkkkdbkfjgcdfjcnmka |
Description | P词典(Personal Recite Dict),可添加生词本的英语辞典 |
File Size | 94.41 KB |
Installation Count | 45 |
Current Version | 1.5.2 |
Last Updated | 2023-12-29 |
Publish Date | 2018-06-24 |
Rating | 4.40/5 Total 5 Ratings |
Developer | gnehz972 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "P\u8bcd\u5178", "description": "P\u8bcd\u5178(Personal Recite Dict),\u53ef\u6dfb\u52a0\u751f\u8bcd\u672c\u7684\u82f1\u8bed\u8f9e\u5178", "version": "1.5.2", "action": { "default_popup": "pages\/popup.html", "default_icon": "assets\/logo_128.png" }, "icons": { "16": "assets\/logo_16.png", "32": "assets\/logo_32.png", "48": "assets\/logo_48.png", "128": "assets\/logo_128.png" }, "host_permissions": [ "http:\/\/dict-co.iciba.com\/*" ], "options_page": "pages\/options.html" } |