Localhost Open Graph Debugger
Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.
ما هو Localhost Open Graph Debugger؟
Localhost Open Graph Debugger هو إضافة Chrome تم تطويرها بواسطة thisissimmon، والميزة الرئيسية لها هي "Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Localhost Open Graph Debugger
قم بتنزيل ملفات الامتداد Localhost Open Graph Debugger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites. Since it temporarily hosts meta tags on our site, you can easily check them without using tunnels to localhost tool like ngrok.
معلومات أساسية عن التمديد
الاسم | Localhost Open Graph Debugger |
ID | kckjjmiilgndeaohcljonedmledlnkij |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/localhost-open-graph-debu/kckjjmiilgndeaohcljonedmledlnkij |
الوصف | Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites. |
حجم الملف | 28 KB |
عدد التثبيتات | 4,333 |
النسخة الحالية | 2.1 |
آخر تحديث | 2022-12-11 |
تاريخ النشر | 2021-09-15 |
تقييم | 2.71/5 مجموع تقييمات 7 |
المطور | thisissimmon |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://og.nullnull.dev |
عنوان صفحة المساعدة | https://twitter.com/thisissimmon |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Localhost Open Graph Debugger", "version": "2.1", "description": "Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.", "icons": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" }, "action": { "default_icon": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" }, "default_title": "Localhost Open Graph Debugger", "default_popup": "popup.html" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "service-worker.js" } } |