Yet Another LinkAce Extension
A Browser Extension for LinkAce
Qu'est-ce que Yet Another LinkAce Extension ?
Yet Another LinkAce Extension est une extension Chrome développée par Creling, et sa fonction principale est "A Browser Extension for LinkAce".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yet Another LinkAce Extension
Téléchargez les fichiers d'extension Yet Another LinkAce Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Yet Another LinkAce Extension |
ID | ladekkfhihppgfcjgaimgggecekfhmho |
URL Officiel | https://chromewebstore.google.com/detail/yet-another-linkace-exten/ladekkfhihppgfcjgaimgggecekfhmho |
Description | A Browser Extension for LinkAce |
Taille du Fichier | 1.36 MB |
Nombre d'Installations | 367 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2021-07-06 |
Date de Publication | 2021-07-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Creling |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/Creling/Yet-Another-LinkAce-Extension |
Langues Prises en Charge | 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'" } |