Show Me the LOG
Print server log in browser.
ما هو Show Me the LOG؟
Show Me the LOG هو إضافة Chrome تم تطويرها بواسطة tbfe، والميزة الرئيسية لها هي "Print server log in browser. ".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Show Me the LOG
قم بتنزيل ملفات الامتداد Show Me the LOG بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
使用 Bingo_Log 在 console 中调试服务器端代码。
معلومات أساسية عن التمديد
الاسم | |
ID | lanbfkcdphcnohebdgdnndhdphepbapf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/show-me-the-log/lanbfkcdphcnohebdgdnndhdphepbapf |
الوصف | Print server log in browser. |
حجم الملف | 9.79 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2014-07-29 |
تاريخ النشر | 2014-07-29 |
المطور | tbfe |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/tbfe/show-me-the-log/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Show Me the LOG" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*.baidu.com\/*", "https:\/\/*.baidu.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_start", "all_frames": false } ], "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] } |