Easy Image Embed
This extension makes it really easy to embed any image into a BBcode-compatible forum reply or blog post.
Easy Image Embedとは何ですか?
Easy Image EmbedはIan Cooperによって開発されたChromeの拡張機能で、その主な機能は「This extension makes it really easy to embed any image into a BBcode-compatible forum reply or blog post.」です。
拡張機能のスクリーンショット
Easy Image Embed拡張機能のCRXファイルをダウンロード
Easy Image Embed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Embedding images from photo hosting sites (or elsewhere) into a forum reply or blog post can be an inconvenient process. This extension allows you to right-click on any* image, choose "Copy image as [IMG]", and a BBcode-compatible [IMG] tag will be automatically copied to your clipboard. Simply paste that into the reply window on most forums and the image will be embedded into your reply. (Some sites have copy-protection code in place that will prevent this extension from working. This extension is not designed to circumvent any such measures.) Your privacy is important, so this extension doesn't use any tracking whatsoever. It can't see anything in your browser except images that you copy as [IMG] tags. No statistics or image data is sent back to any central server. However, I would really appreciate it if you'd leave a comment or review if this extension has helped you out.
拡張機能の基本情報
名前 | Easy Image Embed |
ID | ofceejfjemidnkagmiopgbjcjeomoonc |
公式URL | https://chromewebstore.google.com/detail/easy-image-embed/ofceejfjemidnkagmiopgbjcjeomoonc |
説明 | This extension makes it really easy to embed any image into a BBcode-compatible forum reply or blog post. |
ファイルサイズ | 29.58 KB |
インストール数 | 324 |
現在のバージョン | 3.0.2 |
最終更新日 | 2015-07-16 |
公開日 | 2015-07-16 |
評価 | 4.60/5 合計 5 レビュー |
開発者 | Ian Cooper |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Image Embed", "author": "Ian Cooper", "description": "This extension makes it really easy to embed any image into a BBcode-compatible forum reply or blog post.", "version": "3.0.2", "icons": { "16": "eie-16.png", "48": "eie-48.png", "64": "eie-64.png", "128": "eie-128.png" }, "background": { "scripts": [ "index.js" ], "persistent": false }, "permissions": [ "activeTab", "clipboardWrite", "contextMenus" ] } |