SQLite Manager for Google Chrome™
View or edit one or more SQLite databases simultaneously.
SQLite Manager for Google Chrome™คืออะไร?
SQLite Manager for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sqlmanager.freebusinessapps.net และคุณลักษณะหลักของมันคือ "View or edit one or more SQLite databases simultaneously."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SQLite Manager for Google Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย SQLite Manager for Google Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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™ |
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__" } } |