Keyboard Launcher for Social Networks

Keyboard shortcuts to quickly launch Social Media Online Apps: Facebook, Twitter.

Keyboard Launcher for Social Networksคืออะไร?

Keyboard Launcher for Social Networks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wallpaper Addons และคุณลักษณะหลักของมันคือ "Keyboard shortcuts to quickly launch Social Media Online Apps: Facebook, Twitter."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keyboard Launcher for Social Networks

ดาวน์โหลดไฟล์ส่วนขยาย Keyboard Launcher for Social Networks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Keyboard Launcher for Social Networks Keyboard Launcher for Social Networks
ID mpmdnimmjnobkjpcjamninblbnidiaco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/keyboard-launcher-for-soc/mpmdnimmjnobkjpcjamninblbnidiaco
คำอธิบาย Keyboard shortcuts to quickly launch Social Media Online Apps: Facebook, Twitter.
ขนาดไฟล์ 1.51 MB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-10-23
วันที่เผยแพร่ 2019-10-22
ผู้พัฒนา Wallpaper Addons
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.wallpaperaddons.com/privacy-policy
ภาษาที่รองรับ 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"
        }
    }
}