CommentShow
Comment any site
CommentShowคืออะไร?
CommentShow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://comment.show และคุณลักษณะหลักของมันคือ "Comment any site"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CommentShow
ดาวน์โหลดไฟล์ส่วนขยาย CommentShow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Это расширение для работы с сайтом Comment.Show. Расширение позволяет проверять наличие комментариев к просматриваемым интернет-страницам, а так же с помощью расширения можно комментировать просматриваемые страницы. Если у Вас есть полезные сведения и вы хотите ими поделиться со всеми, то это расширение поможет Вам сделать это. Все комментарии, оставленные с помощью проекта Comment.Show, являются общедоступными.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CommentShow |
ID | njbdngjifgnnnojdiihkmgdgdoncnnla |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/commentshow/njbdngjifgnnnojdiihkmgdgdoncnnla |
คำอธิบาย | Comment any site |
ขนาดไฟล์ | 59.2 KB |
จำนวนการติดตั้ง | 65 |
เวอร์ชันปัจจุบัน | 2.5.6 |
อัปเดตครั้งล่าสุด | 2017-05-22 |
วันที่เผยแพร่ | 2017-05-22 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://comment.show |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://comment.show/ |
ภาษาที่รองรับ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.5.6", "name": "CommentShow", "description": "Comment any site", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "options_page": "options\/options.html", "background": { "scripts": [ "cs.sha256.js", "background\/cs.background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content_scripts\/cs.dialog.css" ], "js": [ "cs.sha256.js", "content_scripts\/cs.content.js" ] } ], "permissions": [ "tabs", "storage", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "default_title": "CommentShow", "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ "images\/*" ] } |