Navigation Confirmation
Confirm a Reload or Close
ما هو Navigation Confirmation؟
Navigation Confirmation هو إضافة Chrome تم تطويرها بواسطة Daniel Herr، والميزة الرئيسية لها هي "Confirm a Reload or Close".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Navigation Confirmation
قم بتنزيل ملفات الامتداد Navigation Confirmation بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Click the icon to create a popup when you attempt to navigate to another page or reload the current one. The check mark indicates that you will be asked confirmation on the current tab. The red x indicates that you will not be asked to confirm leaving the page. Click the icon to toggle on and off. There is also an option to confirm when closing the window.
معلومات أساسية عن التمديد
الاسم | Navigation Confirmation |
ID | hneikegkjmchoaghaahefkhecifdibpk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/navigation-confirmation/hneikegkjmchoaghaahefkhecifdibpk |
الوصف | Confirm a Reload or Close |
حجم الملف | 24.54 KB |
عدد التثبيتات | 273 |
النسخة الحالية | 3.1.1 |
آخر تحديث | 2016-01-29 |
تاريخ النشر | 2016-01-29 |
تقييم | 3.10/5 مجموع تقييمات 10 |
المطور | Daniel Herr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://danielherr.github.io |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Daniel Herr", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "warning.png", "default_title": "Unconfirmed" }, "description": "Confirm a Reload or Close", "homepage_url": "https:\/\/googledrive.com\/host\/0B9_ds1FPyRuZYTFDeE1SNHdPc0E\/", "icons": { "128": "check.png" }, "manifest_version": 2, "name": "Navigation Confirmation", "offline_enabled": true, "optional_permissions": [ " |