Shortcuts for Chrome

Navigation menu of Chrome URLs: internal pages of the Google Chrome browser.

Shortcuts for Chromeคืออะไร?

Shortcuts for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://oss.mobilefirst.me และคุณลักษณะหลักของมันคือ "Navigation menu of Chrome URLs: internal pages of the Google Chrome browser."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shortcuts for Chrome

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

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

                        Chrome browser navigation is optimized for non-technical users. For users who want to inspect what is happening with indexedDB, service workers, or Bluetooth devices etc., this menu brings shortcuts to those hard-to-find, internal browser pages. This menu lists all Chrome URLs in a single, flat list, configurable menu. This application is free and open-source software, built by Chrome users for Chrome users. 

✔️ Pin your favorites on top for fast access
✔️ Drag and drop pinned links to change their order
✔️ Discover hidden browser features you never knew existed
✔️ Automatically matches dark/light mode based on browser setting                    

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

ชื่อ Shortcuts for Chrome Shortcuts for Chrome
ID jnmekaomnicdcpgdndekkmojfomifjal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shortcuts-for-chrome/jnmekaomnicdcpgdndekkmojfomifjal
คำอธิบาย Navigation menu of Chrome URLs: internal pages of the Google Chrome browser.
ขนาดไฟล์ 129 KB
จำนวนการติดตั้ง 5,683
เวอร์ชันปัจจุบัน 3.7.0
อัปเดตครั้งล่าสุด 2023-11-21
วันที่เผยแพร่ 2019-04-06
คะแนน 4.45/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา https://oss.mobilefirst.me
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/MobileFirstLLC/shortcuts-for-chrome/issues
ภาษาที่รองรับ id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "description": "__MSG_app_desc__",
    "version": "3.7.0",
    "offline_enabled": true,
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/jnmekaomnicdcpgdndekkmojfomifjal",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "icons": {
        "128": "assets\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/16x16.png",
            "24": "assets\/24x24.png",
            "32": "assets\/32x32.png"
        },
        "default_title": "__MSG_app_short_name__",
        "default_popup": "popup.html"
    }
}