GOTO

GOTO helps you navigate through all your most favorite websites.

GOTOคืออะไร?

GOTO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexis Fasquel และคุณลักษณะหลักของมันคือ "GOTO helps you navigate through all your most favorite websites."

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

screenshot
screenshot
screenshot

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

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

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

                        GOTO helps you navigate through all your most favorite websites. It allows to create ‘textual’ shortcuts that you can use directly within the url bar.
Check out the website!                    

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

ชื่อ GOTO GOTO
ID pljepflhkcffielbfnbbmhhfpekpcjmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/goto/pljepflhkcffielbfnbbmhhfpekpcjmf
คำอธิบาย GOTO helps you navigate through all your most favorite websites.
ขนาดไฟล์ 256 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-11-30
วันที่เผยแพร่ 2014-11-30
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Alexis Fasquel
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://alexisfasquel.github.io/goto/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GOTO",
    "description": "GOTO helps you navigate through all your most favorite websites.",
    "version": "1.0",
    "author": "Alexis Fasquel ",
    "homepage_url": "http:\/\/alexisfasquel.github.io\/goto",
    "permissions": [
        "tabs",
        "*:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "res\/goto48.png",
            "48": "res\/goto48.png"
        },
        "default_title": "GoTo",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "res\/goto128.png",
        "48": "res\/goto48.png"
    }
}