gata

Bookmarks made better

gataคืออะไร?

gata เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evan Salter และคุณลักษณะหลักของมันคือ "Bookmarks made better"

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

screenshot
screenshot
screenshot

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

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

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

                        gata helps you find the information you need, quicker than ever.

gata allows you to define dynamic shortcuts allowing you to jump to the page you need, when you need it. Just supply gata with a URL, define some variables, and you're done!

Examples include:
- Going to a Twitter profile
- Jumping to a specific repository on Github
- Viewing your favourite Reddit, sorted how you choose

HOW DOES IT WORK?

To create a shortcut to go to a Twitter profile, we'll provide the URL "https://twitter.com/%s"

The "%s" signifies a variable. This is the part that you are going to fill in when you access the shortcut.

When you go to use this shortcut, gata will prompt you to enter the username you want to access and take you there.

FEATURES

- Keyboard navigation - access all your shortcuts without using your mouse
- Syncing - your shortcuts are synced across Chrome browsers that are signed in with the same account

OPEN SOURCE

The code for this project is hosted on GitHub at https://github.com/evansalter/gata, where the code can be viewed and contributed to. If you discover any issues with this extension, feel free to create an issue on GitHub or email me at [email protected]                    

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

ชื่อ gata gata
ID oidckhmhcapggoekanlbdgfckcjccphk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gata/oidckhmhcapggoekanlbdgfckcjccphk
คำอธิบาย Bookmarks made better
ขนาดไฟล์ 1.75 MB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-02-11
วันที่เผยแพร่ 2020-02-11
ผู้พัฒนา Evan Salter
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/evansalter/gata
URL หน้าช่วยเหลือ https://github.com/evansalter/gata/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gata",
    "version": "1.0.0",
    "description": "Bookmarks made better",
    "manifest_version": 2,
    "icons": {
        "128": "graphics_Large Icon.png",
        "48": "graphics_Medium Icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Period"
            },
            "description": "Opens the command palette"
        }
    }
}