易笺
txt(小说)阅读器:支持秒开本地的所有txt文件,自动排版,自动分页,自动生成目录,记录阅读进度。
What is 易笺?
易笺 is a Chrome extension developed by henryxrl, and its main feature is "txt(小说)阅读器:支持秒开本地的所有txt文件,自动排版,自动分页,自动生成目录,记录阅读进度。".
Extension Screenshots
Download 易笺 Extension CRX File
Download 易笺 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
点击插件图标打开界面,拖拽任意文本文件进主界面中即可。
Extension Basic Information
Name | 易笺 |
ID | dbanahlbopbjpgdkecmclbbonhpohcaf |
Official URL | https://chromewebstore.google.com/detail/%E6%98%93%E7%AC%BA/dbanahlbopbjpgdkecmclbbonhpohcaf |
Description | txt(小说)阅读器:支持秒开本地的所有txt文件,自动排版,自动分页,自动生成目录,记录阅读进度。 |
File Size | 38.82 MB |
Installation Count | 775 |
Current Version | 1.4.9.1 |
Last Updated | 2023-12-18 |
Publish Date | 2023-07-27 |
Rating | 4.33/5 Total 3 Ratings |
Developer | henryxrl |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/henryxrl/SimpleTextReader |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u6613\u7b3a", "description": "txt\uff08\u5c0f\u8bf4\uff09\u9605\u8bfb\u5668\uff1a\u652f\u6301\u79d2\u5f00\u672c\u5730\u7684\u6240\u6709txt\u6587\u4ef6\uff0c\u81ea\u52a8\u6392\u7248\uff0c\u81ea\u52a8\u5206\u9875\uff0c\u81ea\u52a8\u751f\u6210\u76ee\u5f55\uff0c\u8bb0\u5f55\u9605\u8bfb\u8fdb\u5ea6\u3002", "version": "1.4.9.1", "background": { "service_worker": "scripts_extension\/Chrome\/regular\/activate.js" }, "action": [], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "minimum_chrome_version": "88", "icons": { "24": "images\/icon24.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "homepage_url": "https:\/\/github.com\/henryxrl\/SimpleTextReader", "permissions": [] } |