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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HiSoft และคุณลักษณะหลักของมันคือ "Search and select photos by topics, add comment, and use them for social networks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Photo comments from emojiSelector
ดาวน์โหลดไฟล์ส่วนขยาย Photo comments from emojiSelector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |