Yet Another LinkAce Extension
A Browser Extension for LinkAce
Apa itu Yet Another LinkAce Extension?
Yet Another LinkAce Extension adalah ekstensi Chrome yang dikembangkan oleh Creling, dan fitur utamanya adalah "A Browser Extension for LinkAce".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Yet Another LinkAce Extension
Unduh file ekstensi Yet Another LinkAce Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Yet Another LinkAce Extension |
ID | ladekkfhihppgfcjgaimgggecekfhmho |
URL Resmi | https://chromewebstore.google.com/detail/yet-another-linkace-exten/ladekkfhihppgfcjgaimgggecekfhmho |
Deskripsi | A Browser Extension for LinkAce |
Ukuran File | 1.36 MB |
Jumlah Instalasi | 367 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2021-07-06 |
Tanggal Publikasi | 2021-07-05 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Creling |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/Creling/Yet-Another-LinkAce-Extension |
Bahasa yang Didukung | 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'" } |