Social Media Launcher
This extension adds a launcher to your Chrome where you can go to a variuos social medias.
Social Media Launcherคืออะไร?
Social Media Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hjalte Anton Nylander Larsen และคุณลักษณะหลักของมันคือ "This extension adds a launcher to your Chrome where you can go to a variuos social medias."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Media Launcher
ดาวน์โหลดไฟล์ส่วนขยาย Social Media Launcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds a social media launcher to your Chrome. Adds a social media launcher with Youtube, Instagram, Facebook and Twitter, which opens in a new window. Developer: Hjalte A. N. Larsen Version: 1.0.0 Changelog: 1.0.0 - Added extension to Chrome Workshop. TODO: 1.0.1 - Add more social medias to the launcher. If you encounter any bugs og etc. please contact me at [email protected] or under "Support".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kbnmlhibeengknmbagldpbkebofdebke |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/social-media-launcher/kbnmlhibeengknmbagldpbkebofdebke |
คำอธิบาย | This extension adds a launcher to your Chrome where you can go to a variuos social medias. |
ขนาดไฟล์ | 429 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2019-12-02 |
วันที่เผยแพร่ | 2019-12-02 |
ผู้พัฒนา | Hjalte Anton Nylander Larsen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social Media Launcher", "author": "Hjalte Anton Nylander Larsen", "version": "1.0.0", "description": "This extension adds a launcher to your Chrome where you can go to a variuos social medias.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html", "default_title": "Social Media Launcher" }, "permissions": [ "activeTab" ] } |