Yet Another LinkAce Extension

A Browser Extension for LinkAce

Vad är Yet Another LinkAce Extension?

Yet Another LinkAce Extension är en Chrome-tillägg utvecklad av Creling, och dess huvudfunktion är "A Browser Extension for LinkAce".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Yet Another LinkAce Extension-förlängningens CRX-fil

Ladda ner Yet Another LinkAce Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Yet Another LinkAce Extension Yet Another LinkAce Extension
ID ladekkfhihppgfcjgaimgggecekfhmho
Officiell webbadress https://chromewebstore.google.com/detail/yet-another-linkace-exten/ladekkfhihppgfcjgaimgggecekfhmho
Beskrivning A Browser Extension for LinkAce
Filstorlek 1.36 MB
Antal Installationer 367
Aktuell Version 0.1.2
Senast Uppdaterad 2021-07-06
Publiceringsdatum 2021-07-05
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Creling
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/Creling/Yet-Another-LinkAce-Extension
Stödda Språk 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'"
}