Annotate
A simple tool to annotate web pages and share them through permalinks.
Annotateคืออะไร?
Annotate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webrobots.io และคุณลักษณะหลักของมันคือ "A simple tool to annotate web pages and share them through permalinks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Annotate
ดาวน์โหลดไฟล์ส่วนขยาย Annotate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension for annotating web pages
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Annotate |
ID | emakhcohiapmkipgkjelkkkfaphanjdn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/annotate/emakhcohiapmkipgkjelkkkfaphanjdn |
คำอธิบาย | A simple tool to annotate web pages and share them through permalinks. |
ขนาดไฟล์ | 501 KB |
จำนวนการติดตั้ง | 1,746 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2016-10-04 |
วันที่เผยแพร่ | 2016-10-03 |
คะแนน | 3.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://webrobots.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://webrobots.io |
URL หน้านโยบายความเป็นส่วนตัว | https://webrobots.io/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Annotate", "version": "0.0.1", "manifest_version": 2, "description": "A simple tool to annotate web pages and share them through permalinks.", "author": "https:\/\/webrobots.io", "homepage_url": "https:\/\/webrobots.io", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+P" } } }, "permissions": [ "activeTab", "https:\/\/weannotate.s3.amazonaws.com\/", "http:\/\/portal.webrobots.io\/*", "http:\/\/demo.webrobots.io\/*", "https:\/\/ssl.google-analytics.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "48": "icon48.png", "128": "icon128.png" } } |