Comment Everywhere
This extension allows the user to comment at any page on the internet
Comment Everywhereคืออะไร?
Comment Everywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adriano Moura และคุณลักษณะหลักของมันคือ "This extension allows the user to comment at any page on the internet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comment Everywhere
ดาวน์โหลดไฟล์ส่วนขยาย Comment Everywhere ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension any web site will can receive comments and reviews, you will be able to share your opinion about a site, product, company, etc, and see others people opinions You will be able see all comments made in any URL, and to make your own comment ou review you will only need to login with your Google Account
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Comment Everywhere |
ID | cnelhcjkccamojhmmncfdhdhlgocmdjc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/comment-everywhere/cnelhcjkccamojhmmncfdhdhlgocmdjc |
คำอธิบาย | This extension allows the user to comment at any page on the internet |
ขนาดไฟล์ | 1.27 MB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2021-08-29 |
วันที่เผยแพร่ | 2020-05-25 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Adriano Moura |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Comment Everywhere", "description": "This extension allows the user to comment at any page on the internet", "version": "0.1.2", "browser_action": { "default_popup": "index.html", "default_title": "Comment here" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "permissions": [ "activeTab", "tabs", "storage" ], "background": { "page": "app\/background.html" }, "content_security_policy": "script-src 'self' 'sha256-b6IMLg6aurQE6MkquJ7FXc3\/iimLsg2bB+hjY\/3yZmc=' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'" } |