Yet Another LinkAce Extension
A Browser Extension for LinkAce
ما هو Yet Another LinkAce Extension؟
Yet Another LinkAce Extension هو إضافة Chrome تم تطويرها بواسطة Creling، والميزة الرئيسية لها هي "A Browser Extension for LinkAce".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Yet Another LinkAce Extension
قم بتنزيل ملفات الامتداد Yet Another LinkAce Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
ID | ladekkfhihppgfcjgaimgggecekfhmho |
عنوان URL الرسمي | 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 |
عنوان صفحة المساعدة | 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'" } |