Yet Another LinkAce Extension
A Browser Extension for LinkAce
Yet Another LinkAce Extension là gì?
Yet Another LinkAce Extension là một tiện ích mở rộng Chrome được phát triển bởi Creling, và tính năng chính của nó là "A Browser Extension for LinkAce".
Ả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 Yet Another LinkAce Extension
Tải xuống các tệp mở rộng Yet Another LinkAce Extension 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
All-in-one bookmark manager developed by community that works with self-hosted bookmark application LinkAce. Save bookmarks easily Automatically detect the page title & page url & page description and then save it to self-hosted LinkAce in one-click. Update bookmarks easily Edit your existing bookmarks arbitrary and enjoy the convenience of autocomplete. Search bookmarks easily Search bookmarks in your browser address bar and then navigate to it in one-click.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Yet Another LinkAce Extension |
ID | ladekkfhihppgfcjgaimgggecekfhmho |
URL Chính Thức | https://chromewebstore.google.com/detail/yet-another-linkace-exten/ladekkfhihppgfcjgaimgggecekfhmho |
Mô tả | A Browser Extension for LinkAce |
Kích Thước Tệp | 1.36 MB |
Số Lần Cài Đặt | 367 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2021-07-06 |
Ngày Phát Hành | 2021-07-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Creling |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/Creling/Yet-Another-LinkAce-Extension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "https:\/\/github.com\/Creling\/Yet-Another-LinkAce-Extension", "description": "A Browser Extension for LinkAce", "default_locale": "en", "permissions": [ "tabs", "storage" ], "icons": { "180": "icons\/180.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "omnibox": { "keyword": "l" }, "version": "0.1.2", "content_security_policy": "script-src 'self' ; object-src 'self'" } |