Photo comments from emojiSelector
Search and select photos by topics, add comment, and use them for social networks
Photo comments from emojiSelector란 무엇입니까?
Photo comments from emojiSelector은(는) HiSoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search and select photos by topics, add comment, and use them for social networks"입니다.
확장 프로그램 스크린샷
Photo comments from emojiSelector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It's so easy and so quick to MAKE PHOTO COMMENTS IN FEW SECONDS! Moreover, You can use it as "insert photo" feature for web-based office apps. ~~~~~~~~MAKE PHOTO COMMENTS~~~~~~~ The must-have extension for you to use in social networks. You need to add a comment quickly into a phot and use for social networks? It's very easy with Photo Comments, just follow 3 STEPS: 1. Search photo by topics and pick it. 2. Add comment to chosen photo. 3. Copy and paste photo to facebook post, facebook comment and other social networks that support image pasting. For social networks doesn't support image pasting, such as twitter, you can choose save and upload photo by its built-in functionality. =======INSERT PHOTO TO WEB-BASED OFFICE APPS======== 1. Enter keyword. 2. Right click on image you want (don't click on resulted images, it for photo comments), click copy and paste to office editor. ------------------------------------ No popup, no ads, safe. Feel free to use it. We hope you enjoy it!
확장 프로그램 기본 정보
이름 | Photo comments from emojiSelector |
ID | cakcjfoilbcegpielpmdldbnnnbbgamf |
공식 URL | https://chromewebstore.google.com/detail/photo-comments-from-emoji/cakcjfoilbcegpielpmdldbnnnbbgamf |
설명 | Search and select photos by topics, add comment, and use them for social networks |
파일 크기 | 143 KB |
설치 횟수 | 86 |
현재 버전 | 1.0.1.0 |
최근 업데이트 | 2021-10-20 |
출시 날짜 | 2018-05-28 |
평점 | 5.00/5 총 11 개의 평점 |
개발자 | HiSoft |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.htcom.website/ |
도움말 페이지 URL | https://sites.google.com/view/crx/home |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Photo comments from emojiSelector", "short_name": "Online PhotoComment", "manifest_version": 2, "version": "1.0.1.0", "description": "Search and select photos by topics, add comment, and use them for social networks", "browser_action": { "default_icon": "icon.png", "default_popup": "extension.html", "default_title": "Load PhotoComments" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "menu.css" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "48": "48.png", "16": "16.png", "128": "128.png" } } |