Text to Image
This extension replaces text urls that link to images with the actual images inline.
Text to Imageとは何ですか?
Text to Imageはhttps://www.resolutedreamer.comによって開発されたChromeの拡張機能で、その主な機能は「This extension replaces text urls that link to images with the actual images inline.」です。
拡張機能のスクリーンショット
Text to Image拡張機能のCRXファイルをダウンロード
Text to Image拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Version 1.1.1: Fixed bug where all text in an element would get overwritten instead of only the url for the image. Added a line break before the image for readability. Removed debug messages from console. Version 1.0: Basic functionality
拡張機能の基本情報
名前 | Text to Image |
ID | lpjgbeojljepdicbkcblehdglogbceck |
公式URL | https://chromewebstore.google.com/detail/text-to-image/lpjgbeojljepdicbkcblehdglogbceck |
説明 | This extension replaces text urls that link to images with the actual images inline. |
ファイルサイズ | 3.75 KB |
インストール数 | 40 |
現在のバージョン | 1.1.1 |
最終更新日 | 2016-08-25 |
公開日 | 2016-08-25 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | https://www.resolutedreamer.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text to Image", "description": "This extension replaces text urls that link to images with the actual images inline.", "version": "1.1.1", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |