Chrome Explorer
A boilerplate to chrome extension with webpack
ما هو Chrome Explorer؟
Chrome Explorer هو إضافة Chrome تم تطويرها بواسطة mdcanham، والميزة الرئيسية لها هي "A boilerplate to chrome extension with webpack".
تحميل ملف CRX للإضافة Chrome Explorer
قم بتنزيل ملفات الامتداد Chrome Explorer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A file explorer in Chrome.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | obhbbbkkgepfadlggiffekmhlcpeppdd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/chrome-explorer/obhbbbkkgepfadlggiffekmhlcpeppdd |
الوصف | A boilerplate to chrome extension with webpack |
حجم الملف | 574 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2017-05-24 |
تاريخ النشر | 2017-05-24 |
المطور | mdcanham |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Explorer", "short_name": "Chrome Explorer", "options_page": "options.html", "version": "0.0.1", "background": { "scripts": [ "background.bundle.js" ] }, "browser_action": [], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "file:\/\/*\/*" ], "description": "A boilerplate to chrome extension with webpack" } |