易笺
txt(小说)阅读器:支持秒开本地的所有txt文件,自动排版,自动分页,自动生成目录,记录阅读进度。
什么是易笺?
易笺是由henryxrl开发的Chrome扩展程序,该扩展的主要功能是“txt(小说)阅读器:支持秒开本地的所有txt文件,自动排版,自动分页,自动生成目录,记录阅读进度。”。
扩展截图
下载易笺扩展crx文件
下载易笺扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
点击插件图标打开界面,拖拽任意文本文件进主界面中即可。 扩展基本信息
| 名称 | |
| ID | dbanahlbopbjpgdkecmclbbonhpohcaf |
| 官方URL | https://chromewebstore.google.com/detail/%E6%98%93%E7%AC%BA/dbanahlbopbjpgdkecmclbbonhpohcaf |
| 简介 | txt(小说)阅读器:支持秒开本地的所有txt文件,自动排版,自动分页,自动生成目录,记录阅读进度。 |
| 文件大小 | 38.82 MB |
| 安装次数 | 775 |
| 当前版本 | 1.4.9.1 |
| 更新时间 | 2023-12-18 |
| 上架时间 | 2023-07-27 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | henryxrl |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/henryxrl/SimpleTextReader |
| 支持的语言 | 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": []
} | |