Golinks 2
Your private URL shortener.
Golinks 2 là gì?
Golinks 2 là một tiện ích mở rộng Chrome được phát triển bởi Xuming Zeng, và tính năng chính của nó là "Your private URL shortener.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Golinks 2
Tải xuống các tệp mở rộng Golinks 2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Create keyword-based bookmarks using a launcher interface. It's like having your own personal URL shortener. Get to all your favorite sites in less than 2 seconds with only your keyboard—no more worrying about cluttering up your bookmarks bar! If you have used Quicksilver, Alfred, Launchy, Wox, or Gnome Do, you'll feel right at home with Golinks' launcher interface. Press Ctrl+Shift+Space (Cmd+Shift+Space on Macs) to get started making your own golinks! Additional features: • Search Chrome bookmarks and browsing history • Search and switch to open tabs Source code: https://github.com/xsznix/golinks2 Privacy: Golinks 2 does not collect any information about you. All of your bookmark data is stored in your Chrome bookmarks.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Golinks 2 |
ID | ifddlpbonpoebonmmmpellcgigmjbknj |
URL Chính Thức | https://chromewebstore.google.com/detail/golinks-2/ifddlpbonpoebonmmmpellcgigmjbknj |
Mô tả | Your private URL shortener. |
Kích Thước Tệp | 66.46 KB |
Số Lần Cài Đặt | 124 |
Phiên Bản Hiện Tại | 2.1.4 |
Cập Nhật Lần Cuối | 2024-01-05 |
Ngày Phát Hành | 2018-09-01 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Xuming Zeng |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Golinks 2", "description": "Your private URL shortener.", "version": "2.1.4", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png", "256": "img\/icon256.png" }, "permissions": [ "tabs", "bookmarks", "favicon", "history", "storage" ], "background": { "service_worker": "js\/main.js" }, "action": { "default_title": "Golinks", "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Space", "windows": "Ctrl+Shift+Space", "mac": "Command+Shift+Space", "linux": "Ctrl+Shift+Space", "chromeos": "Ctrl+Shift+Space" } } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |