Yet Another LinkAce Extension
A Browser Extension for LinkAce
Cos'è Yet Another LinkAce Extension?
Yet Another LinkAce Extension è un'estensione di Chrome sviluppata da Creling, e la sua funzione principale è "A Browser Extension for LinkAce".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yet Another LinkAce Extension
Scarica i file di estensione Yet Another LinkAce Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Yet Another LinkAce Extension |
ID | ladekkfhihppgfcjgaimgggecekfhmho |
URL Ufficiale | https://chromewebstore.google.com/detail/yet-another-linkace-exten/ladekkfhihppgfcjgaimgggecekfhmho |
Descrizione | A Browser Extension for LinkAce |
Dimensione del File | 1.36 MB |
Conteggio Installazioni | 367 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2021-07-06 |
Data di Pubblicazione | 2021-07-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Creling |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/Creling/Yet-Another-LinkAce-Extension |
Lingue Supportate | 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'" } |