Social Launcher
Quick Launce To your sites
Social Launcherคืออะไร?
Social Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hasanuzzaman และคุณลักษณะหลักของมันคือ "Quick Launce To your sites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Launcher
ดาวน์โหลดไฟล์ส่วนขยาย Social Launcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily launch your social and important site just click to the icon, No need to type the link. New feature update on version 2.0.0 Show your top sites link. Easily add your custom link. Easily add custom icon. Nice user interface Very much recomended for the person who don't want to type the link again and again. Hope it will increase your productivity. If you have any request for new feature please let us know.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ioijhmpjoplcmckgaiggcoockjijmcim |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/social-launcher/ioijhmpjoplcmckgaiggcoockjijmcim |
คำอธิบาย | Quick Launce To your sites |
ขนาดไฟล์ | 54.11 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2019-03-04 |
วันที่เผยแพร่ | 2019-03-04 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Hasanuzzaman |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://hasanuzzamanbe.github.io/social-launcher-extension/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social Launcher", "version": "2.0.0", "description": "Quick Launce To your sites", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "author": "Hasanuzzaman", "optional_permissions": [ "tabs" ], "permissions": [ "tabs", "topSites", "storage" ], "short_name": "S Launch" } |