gata
Bookmarks made better
什麼是gata?
gata是由Evan Salter開發的Chrome擴展程式,該擴展的主要功能是“Bookmarks made better”。
擴展截圖
下載gata擴展crx文件
下載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 |
ID | oidckhmhcapggoekanlbdgfckcjccphk |
官方網址 | 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" } } } |