Awesome View Source Button
Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.
ما هو Awesome View Source Button؟
Awesome View Source Button هو إضافة Chrome تم تطويرها بواسطة https://upway2late.com، والميزة الرئيسية لها هي "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Awesome View Source Button
قم بتنزيل ملفات الامتداد Awesome View Source Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.
معلومات أساسية عن التمديد
الاسم | Awesome View Source Button |
ID | hofjicknmidhbhmflllmmdaihmmggphg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/awesome-view-source-butto/hofjicknmidhbhmflllmmdaihmmggphg |
الوصف | Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected. |
حجم الملف | 34.1 KB |
عدد التثبيتات | 960 |
النسخة الحالية | 1.2.0.0 |
آخر تحديث | 2016-09-22 |
تاريخ النشر | 2016-09-22 |
تقييم | 3.38/5 مجموع تقييمات 13 |
المطور | https://upway2late.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.upway2late.com/projects/buttons-project |
عنوان صفحة المساعدة | http://www.upway2late.com/projects/buttons-project |
عنوان صفحة سياسة الخصوصية | http://www.upway2late.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome View Source Button", "version": "1.2.0.0", "description": "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.", "icons": { "16": "viewSource_16.png", "48": "viewSource_48.png", "128": "viewSource_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "viewSource_19.png", "default_title": "Awesome View Source Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |