易笺
txt(小说)阅读器:支持秒开本地的所有txt文件,自动排版,自动分页,自动生成目录,记录阅读进度。
Cos'è 易笺?
易笺 è un'estensione di Chrome sviluppata da henryxrl, e la sua funzione principale è "txt(小说)阅读器:支持秒开本地的所有txt文件,自动排版,自动分页,自动生成目录,记录阅读进度。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 易笺
Scarica i file di estensione 易笺 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
点击插件图标打开界面,拖拽任意文本文件进主界面中即可。
Informazioni di Base sull'Estensione
Nome | 易笺 |
ID | dbanahlbopbjpgdkecmclbbonhpohcaf |
URL Ufficiale | https://chromewebstore.google.com/detail/%E6%98%93%E7%AC%BA/dbanahlbopbjpgdkecmclbbonhpohcaf |
Descrizione | txt(小说)阅读器:支持秒开本地的所有txt文件,自动排版,自动分页,自动生成目录,记录阅读进度。 |
Dimensione del File | 38.82 MB |
Conteggio Installazioni | 775 |
Versione Corrente | 1.4.9.1 |
Ultimo Aggiornamento | 2023-12-18 |
Data di Pubblicazione | 2023-07-27 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | henryxrl |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/henryxrl/SimpleTextReader |
Lingue Supportate | 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": [] } |