Yet Another LinkAce Extension

A Browser Extension for LinkAce

什麼是Yet Another LinkAce Extension?

Yet Another LinkAce Extension是由Creling開發的Chrome擴展程式,該擴展的主要功能是“A Browser Extension for LinkAce”。

擴展截圖

screenshot
screenshot

下載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 Yet Another LinkAce Extension
ID ladekkfhihppgfcjgaimgggecekfhmho
官方網址 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'"
}