Yet Another LinkAce Extension

A Browser Extension for LinkAce

What is Yet Another LinkAce Extension?

Yet Another LinkAce Extension is a Chrome extension developed by Creling, and its main feature is "A Browser Extension for LinkAce".

Extension Screenshots

screenshot
screenshot

Download Yet Another LinkAce Extension Extension CRX File

Download Yet Another LinkAce Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Yet Another LinkAce Extension Yet Another LinkAce Extension
ID ladekkfhihppgfcjgaimgggecekfhmho
Official URL https://chromewebstore.google.com/detail/yet-another-linkace-exten/ladekkfhihppgfcjgaimgggecekfhmho
Description A Browser Extension for LinkAce
File Size 1.36 MB
Installation Count 367
Current Version 0.1.2
Last Updated 2021-07-06
Publish Date 2021-07-05
Rating 5.00/5 Total 1 Ratings
Developer Creling
Email [email protected]
Payment Type free
Help Page URL https://github.com/Creling/Yet-Another-LinkAce-Extension
Supported Languages 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'"
}