Social Media References
Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.
Social Media Referencesคืออะไร?
Social Media References เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LHQ และคุณลักษณะหลักของมันคือ "Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Media References
ดาวน์โหลดไฟล์ส่วนขยาย Social Media References ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Changelog: * v0.0.3 - Added 'Enable automatic request' option. * v0.0.2 - Added more sites to blacklist * v0.0.1 - Initial release
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Social Media References |
ID | lokeiablfphbmpalmakacikjccnlkpjl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/social-media-references/lokeiablfphbmpalmakacikjccnlkpjl |
คำอธิบาย | Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting. |
ขนาดไฟล์ | 670 KB |
จำนวนการติดตั้ง | 55 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2017-09-27 |
วันที่เผยแพร่ | 2017-09-27 |
คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | LHQ |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://gist.githubusercontent.com/plar/95c3d10a7739b9bd1f9756ffb09d0023/raw/0b4681613824a2ddfcc203d34982902592b36f96/Chrome%2520Extension%2520Privacy%2520Policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "manifest_version": 2, "name": "Social Media References", "description": "Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.", "version": "0.0.3", "icons": { "16": "img\/sc16.png", "48": "img\/sc48.png", "128": "img\/sc128.png" }, "background": { "scripts": [ "lib\/lodash-4.14.1.min.js", "lib\/jquery-3.1.0.min.js", "lib\/tracker.js", "lib\/dexie-1.4.1.min.js", "utils.js", "options.js", "scm.providers.js", "scm.sync.js", "background.js" ] }, "browser_action": { "name": "Social Media References", "default_icon": "img\/sc48.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "unlimitedStorage", " |