Yet Another LinkAce Extension

A Browser Extension for LinkAce

Yet Another LinkAce Extensionคืออะไร?

Yet Another LinkAce Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Creling และคุณลักษณะหลักของมันคือ "A Browser Extension for LinkAce"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yet Another LinkAce Extension

ดาวน์โหลดไฟล์ส่วนขยาย Yet Another LinkAce Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
URL หน้าช่วยเหลือ 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'"
}