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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |