Developer pages
Quick access to Chrome developer pages in the context menu.
ما هو Developer pages؟
Developer pages هو إضافة Chrome تم تطويرها بواسطة pb_ee1، والميزة الرئيسية لها هي "Quick access to Chrome developer pages in the context menu.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Developer pages
قم بتنزيل ملفات الامتداد Developer pages بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ever wondered what was under the hood of your favorite browser? With this extension, you can access the Google Chrome internal tools in the context menu.
معلومات أساسية عن التمديد
الاسم | Developer pages |
ID | clpnkaejolcjjjogcldmnjodkjdnhdio |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/developer-pages/clpnkaejolcjjjogcldmnjodkjdnhdio |
الوصف | Quick access to Chrome developer pages in the context menu. |
حجم الملف | 7.09 KB |
عدد التثبيتات | 599 |
النسخة الحالية | 1.4 |
آخر تحديث | 2012-07-23 |
تاريخ النشر | 2012-07-23 |
تقييم | 4.00/5 مجموع تقييمات 5 |
المطور | pb_ee1 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Developer pages", "description": "Quick access to Chrome developer pages in the context menu.", "version": "1.4", "permissions": [ "contextMenus" ], "background": { "scripts": [ "engine.js" ] }, "icons": { "128": "images\/extension\/128.png", "16": "images\/extension\/16.png", "48": "images\/extension\/48.png" } } |