Keyboard Launcher for Social Networks
Keyboard shortcuts to quickly launch Social Media Online Apps: Facebook, Twitter.
Keyboard Launcher for Social Networks là gì?
Keyboard Launcher for Social Networks là một tiện ích mở rộng Chrome được phát triển bởi Wallpaper Addons, và tính năng chính của nó là "Keyboard shortcuts to quickly launch Social Media Online Apps: Facebook, Twitter.".
Ả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 Keyboard Launcher for Social Networks
Tải xuống các tệp mở rộng Keyboard Launcher for Social Networks 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
Shortcuts for quick launch Social keyboard launcher. Add keyboard shortcut commands to quickly Launch Facebook (Alt + A), Launch Twitter (Alt + T) This extension will help you access it faster and easier.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Keyboard Launcher for Social Networks |
ID | mpmdnimmjnobkjpcjamninblbnidiaco |
URL Chính Thức | https://chromewebstore.google.com/detail/keyboard-launcher-for-soc/mpmdnimmjnobkjpcjamninblbnidiaco |
Mô tả | Keyboard shortcuts to quickly launch Social Media Online Apps: Facebook, Twitter. |
Kích Thước Tệp | 1.51 MB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-10-23 |
Ngày Phát Hành | 2019-10-22 |
Nhà Phát Triển | Wallpaper Addons |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.wallpaperaddons.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,en-US,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_app_name__", "description": "__MSG_app_description__", "default_locale": "en", "version": "1.0.0", "homepage_url": "https:\/\/keyboard-launcher.freebusinessapps.net\/social-networks", "manifest_version": 2, "background": { "scripts": [ "js\/common-push-init.js", "js\/common-push.min.js", "js\/background.js" ] }, "permissions": [ "https:\/\/*.freebusinessapps.net\/*", "notifications" ], "browser_action": { "default_icon": "img\/128.png", "default_title": "__MSG_app_name__" }, "icons": { "128": "img\/128.png" }, "commands": { "launch-facebook": { "suggested_key": { "default": "Alt+A" }, "description": "Launch Facebook" }, "launch-twitter": { "suggested_key": { "default": "Alt+T" }, "description": "Launch Twitter" } } } |