Yet Another LinkAce Extension

A Browser Extension for LinkAce

Yet Another LinkAce Extension क्या है?

Yet Another LinkAce Extension Creling द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Browser Extension for LinkAce"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yet Another LinkAce Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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'"
}