Social Media Launcher
This extension adds a launcher to your Chrome where you can go to a variuos social medias.
Social Media Launcher là gì?
Social Media Launcher là một tiện ích mở rộng Chrome được phát triển bởi Hjalte Anton Nylander Larsen, và tính năng chính của nó là "This extension adds a launcher to your Chrome where you can go to a variuos social medias.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Social Media Launcher
Tải xuống các tệp mở rộng Social Media Launcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kbnmlhibeengknmbagldpbkebofdebke |
URL Chính Thức | https://chrome.google.com/webstore/detail/social-media-launcher/kbnmlhibeengknmbagldpbkebofdebke |
Mô tả | This extension adds a launcher to your Chrome where you can go to a variuos social medias. |
Kích Thước Tệp | 429 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-12-02 |
Ngày Phát Hành | 2019-12-02 |
Nhà Phát Triển | Hjalte Anton Nylander Larsen |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |