Direct links to social media
Quick links to Facebook, Twitter, Myspace, and other top social networks.
Direct links to social mediaคืออะไร?
Direct links to social media เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Robert Rioja (miapuffia) และคุณลักษณะหลักของมันคือ "Quick links to Facebook, Twitter, Myspace, and other top social networks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Direct links to social media
ดาวน์โหลดไฟล์ส่วนขยาย Direct links to social media ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The latest update added much needed color! By clicking this extension, you will see links to... Steam Chat QuizUp YouTube Messages Google+ Quora BadOo Reddit ooVoo Web Snapchat Cafemom NING Mylife DeviantART Vine Twitter Skype Web Linkedin Instagram Livejournal Tumblr Facebook MySpace Orkut Pinterest Meetup Links may be reordered and hidden to each user's liking. If you have any questions, comments, or suggestions, fell free to email me at [email protected] and thank you for viewing my extension!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kkaepghmhcnkbefbmddlfldaogmcjgki |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/direct-links-to-social-me/kkaepghmhcnkbefbmddlfldaogmcjgki |
คำอธิบาย | Quick links to Facebook, Twitter, Myspace, and other top social networks. |
ขนาดไฟล์ | 563 KB |
จำนวนการติดตั้ง | 603 |
เวอร์ชันปัจจุบัน | 5 |
อัปเดตครั้งล่าสุด | 2016-08-14 |
วันที่เผยแพร่ | 2016-08-14 |
คะแนน | 4.50/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Robert Rioja (miapuffia) |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Direct links to social media", "permissions": [ "storage" ], "background": { "scripts": [ "jquery-ui.js", "jquery-1.12.4.js", "sortable.js", "loading.js", "saving.js" ] }, "version": "5", "description": "Quick links to Facebook, Twitter, Myspace, and other top social networks.", "icons": { "128": "icon1.png" }, "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html" } } |