Web Store Redirector
Redirect from main page Chrome Web Store to extensions or themes section.
ما هو Web Store Redirector؟
Web Store Redirector هو إضافة Chrome تم تطويرها بواسطة http://www.extensions-for-chrome.com، والميزة الرئيسية لها هي "Redirect from main page Chrome Web Store to extensions or themes section.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Web Store Redirector
قم بتنزيل ملفات الامتداد Web Store Redirector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension makes it easy entrance to extensions and themes section. In option you can choose section between extensions, themes or main page Chrome Web Store.
معلومات أساسية عن التمديد
الاسم | |
ID | bffpbfkhfnmmceobpkjnkfehifbjbjoe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/web-store-redirector/bffpbfkhfnmmceobpkjnkfehifbjbjoe |
الوصف | Redirect from main page Chrome Web Store to extensions or themes section. |
حجم الملف | 54.21 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-09-21 |
تاريخ النشر | 2013-09-21 |
تقييم | 3.80/5 مجموع تقييمات 5 |
المطور | http://www.extensions-for-chrome.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Store Redirector", "description": "Redirect from main page Chrome Web Store to extensions or themes section.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |