SQLite Manager for Google Chrome™

View or edit one or more SQLite databases simultaneously.

SQLite Manager for Google Chrome™ क्या है?

SQLite Manager for Google Chrome™ https://sqlmanager.freebusinessapps.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View or edit one or more SQLite databases simultaneously."।

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

screenshot
screenshot

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

crx प्रारूप में SQLite Manager for Google Chrome™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        SQLite Manager for Google Chrome™ allows you to edit/view SQLite databases directly on Google Chrome. You can read one or multiple SQLite databases and run SQLite commands right in your browser.

On our web-site you can easily load SQLite databases from your PC or from your Google Drive, edit your database and save the db file onto your PC or right on your Google Drive without saving it onto your desktop computer.

You can edit the SQLite database directly inside the Google Chrome browser.

This software is 100% free and does not require you to pay.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. SQLite Manager for Google Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

एक्सटेंशन की मूल जानकारी

नाम SQLite Manager for Google Chrome™ SQLite Manager for Google Chrome™
ID aejlocbcokogiclkcfddhfnpajhejmeb
आधिकारिक URL https://chromewebstore.google.com/detail/sqlite-manager-for-google/aejlocbcokogiclkcfddhfnpajhejmeb
विवरण View or edit one or more SQLite databases simultaneously.
फ़ाइल का आकार 1.02 MB
स्थापना संख्या 14,377
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2022-09-18
प्रकाशन तिथि 2020-03-30
रेटिंग 3.43/5 कुल 44 रेटिंग्स
डेवलपर https://sqlmanager.freebusinessapps.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sqlmanager.freebusinessapps.net
सहायता पृष्ठ URL https://sqlmanager.freebusinessapps.net/faq
गोपनीयता नीति पृष्ठ URL https://www.freebusinessapps.net/privacy
समर्थित भाषाएँ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,sr,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/sqlmanager.freebusinessapps.net\/",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "256": "data\/icons\/256.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "sandbox": {
        "pages": [
            "data\/manager\/sandbox.html"
        ]
    },
    "short_name": "SQLite manager",
    "version": "3.0.0",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "19": "data\/icons\/19.png",
            "32": "data\/icons\/32.png",
            "38": "data\/icons\/38.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "__MSG_app_name__"
    }
}