Shortcuts for Chrome

This extension helps you better find and navigate through Chrome pages by offering a better, cleaner and smarter menu.

Shortcuts for Chromeคืออะไร?

Shortcuts for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HIDev และคุณลักษณะหลักของมันคือ "This extension helps you better find and navigate through Chrome pages by offering a better, cleaner and smarter menu."

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

screenshot
screenshot
screenshot

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

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

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

                        Chrome Shortcuts is a new extension that allows you to easily access most important chrome pages without loosing much time to find a specific page.

Chrome Shortcuts main Chrome pages are:

 • History
 • Clear Browser Data
 • Extensions
 • Settings
 • Downloads
 • Bookmarks
 • Apps (new)
 • Chrome Web Store

Chrome Shortcuts also includes almost all the other Chrome pages which can be found in Advanced and All pages.

For questions, reports, feedback, support or anything related to Chrome Shortcuts contact us at [email protected]                    

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

ชื่อ Shortcuts for Chrome Shortcuts for Chrome
ID hcjhjbmpmnemeejoleljopmmfbcncbao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shortcuts-for-chrome/hcjhjbmpmnemeejoleljopmmfbcncbao
คำอธิบาย This extension helps you better find and navigate through Chrome pages by offering a better, cleaner and smarter menu.
ขนาดไฟล์ 11.72 KB
จำนวนการติดตั้ง 935
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-04-04
วันที่เผยแพร่ 2014-04-04
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา HIDev
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shortcuts for Chrome",
    "description": "This extension helps you better find and navigate through Chrome pages by offering a better, cleaner and smarter menu.",
    "version": "1.2",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "options_page": "chromeUrls.html",
    "offline_enabled": true
}