Handy Pages

Provides an easy-way navigation to configurable list of URLs on server.

Handy Pagesคืออะไร?

Handy Pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrii Buzov และคุณลักษณะหลักของมันคือ "Provides an easy-way navigation to configurable list of URLs on server."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Handy Pages

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

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

                        If you need an easy-way navigation to particular URLs on different servers and tired from editing them manually each time, this extension is right for you.

It allows to configure a list of frequently used URLs and then just use them, picking up needed one from a popup. 

Moreover, yon can configure new URL to be calculated right before navigating to it by passing there some parameters from already opened URL or clipboard.

Key features:
1. Easy configurable list of relative URLs.
2. Export/Import of your settings.
3. Opening new URL in new or in current tab.
4. Passing parameters to the URL you are navigating to.                    

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

ชื่อ Handy Pages Handy Pages
ID bbdlffjkhkgokgccadackfiimcjmdkma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/handy-pages/bbdlffjkhkgokgccadackfiimcjmdkma
คำอธิบาย Provides an easy-way navigation to configurable list of URLs on server.
ขนาดไฟล์ 196 KB
จำนวนการติดตั้ง 1,332
เวอร์ชันปัจจุบัน 0.3.1
อัปเดตครั้งล่าสุด 2013-10-22
วันที่เผยแพร่ 2013-10-22
คะแนน 4.69/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Andrii Buzov
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Handy Pages",
    "version": "0.3.1",
    "manifest_version": 2,
    "description": "Provides an easy-way navigation to configurable list of URLs on server.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "clipboardRead"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "HandyPages",
        "default_icon": "icons\/icon_32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html"
}