textlint editor
textlint editor
textlint editorとは何ですか?
textlint editorはazuによって開発されたChromeの拡張機能で、その主な機能は「textlint editor」です。
拡張機能のスクリーンショット
textlint editor拡張機能のCRXファイルをダウンロード
textlint editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
textlint editor is privacy-first linting tool. This extension allow you to use textlint in browser. You can lint your text in textarea with own textlint scripts. Usage: https://github.com/textlint/editor#usage
拡張機能の基本情報
名前 | textlint editor |
ID | gfhlfpnpjokocfohicmfbgjneiipfeil |
公式URL | https://chromewebstore.google.com/detail/textlint-editor/gfhlfpnpjokocfohicmfbgjneiipfeil |
説明 | textlint editor |
ファイルサイズ | 648 KB |
インストール数 | 834 |
現在のバージョン | 0.12.6 |
最終更新日 | 2021-06-25 |
公開日 | 2021-04-22 |
開発者 | azu |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/textlint/editor |
ヘルプページのURL | https://github.com/textlint/editor |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.12.6", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentScript.js" ] } ], "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "web_accessible_resources": [ "scripts\/pageScript.js" ], "content_security_policy": "script-src 'self'; object-src 'self'; worker-src 'self' blob:", "permissions": [ "tabs", " |