Obfuscate texts
With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…
Obfuscate textsとは何ですか?
Obfuscate textsはmotemenによって開発されたChromeの拡張機能で、その主な機能は「With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…」です。
拡張機能のスクリーンショット
Obfuscate texts拡張機能のCRXファイルをダウンロード
Obfuscate texts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar button. Texts are replaced by Unicode block elements as if they are applied a mosaic. You can now safely take screenshots of web pages including sensitive texts with this extension, not using image editor software.
拡張機能の基本情報
名前 | Obfuscate texts |
ID | iappfbaenmkmgdiodpemhhndfjbigago |
公式URL | https://chromewebstore.google.com/detail/obfuscate-texts/iappfbaenmkmgdiodpemhhndfjbigago |
説明 | With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar… |
ファイルサイズ | 7.67 KB |
インストール数 | 81 |
現在のバージョン | 0.0.1 |
最終更新日 | 2022-07-18 |
公開日 | 2022-07-18 |
開発者 | motemen |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Obfuscate texts", "version": "0.0.1", "manifest_version": 3, "permissions": [ "scripting", "activeTab", "contextMenus" ], "action": { "default_title": "Obfuscate" }, "background": { "service_worker": "background.js" }, "optional_host_permissions": [ "*:\/\/*\/*" ] } |