Reading
Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
Readingคืออะไร?
Reading เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reading.am และคุณลักษณะหลักของมันคือ "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reading
ดาวน์โหลดไฟล์ส่วนขยาย Reading ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Super goodness for use with Reading | http://www.reading.am. Includes oft requested context menu support (right mouse click) for posting images, etc. So much convenience! Hurray!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reading |
ID | npjdbbeldblbjenemjdeplmlaieifjhk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk |
คำอธิบาย | Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading. |
ขนาดไฟล์ | 20.51 KB |
จำนวนการติดตั้ง | 153 |
เวอร์ชันปัจจุบัน | 1.1.5 |
อัปเดตครั้งล่าสุด | 2014-03-19 |
วันที่เผยแพร่ | 2014-03-19 |
คะแนน | 4.73/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://reading.am |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.reading.am |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reading", "version": "1.1.5", "description": "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.", "icons": { "16": "shared\/icon16.png", "48": "shared\/icon48.png", "128": "shared\/icon128.png" }, "background": { "page": "shared\/background.html" }, "permissions": [ "contextMenus", "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Post this page to Reading", "default_icon": "shared\/icon48.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "js": [ "shared\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |