Yet Another LinkAce Extension
A Browser Extension for LinkAce
什么是Yet Another LinkAce Extension?
Yet Another LinkAce Extension是由Creling开发的Chrome扩展程序,该扩展的主要功能是“A Browser Extension for LinkAce”。
扩展截图
下载Yet Another LinkAce Extension扩展crx文件
下载Yet Another LinkAce Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Yet Another LinkAce Extension |
ID | ladekkfhihppgfcjgaimgggecekfhmho |
官方URL | https://chromewebstore.google.com/detail/yet-another-linkace-exten/ladekkfhihppgfcjgaimgggecekfhmho |
简介 | A Browser Extension for LinkAce |
文件大小 | 1.36 MB |
安装次数 | 367 |
当前版本 | 0.1.2 |
更新时间 | 2021-07-06 |
上架时间 | 2021-07-05 |
评分 | 5.00/5 共1次评分 |
开发者 | Creling |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/Creling/Yet-Another-LinkAce-Extension |
支持的语言 | 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'" } |