No History
Disables history logging
ما هو No History؟
No History هو إضافة Chrome تم تطويرها بواسطة KVSoftware، والميزة الرئيسية لها هي "Disables history logging".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة No History
قم بتنزيل ملفات الامتداد No History بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With No History your history page will always be blank, so dont worry and keep up browsing. This extension just clears the entire history when Chrome add something there. It's fast and simple. No configurations, no address bar icons - just install and forget about it. ------------- PLEASE NOTE: 1. After you install this extension all your history will be cleared immidiately. 2. This extension clears only "History" page, the "Most visited" and "Recently closed" sections in the new tab won't be cleared. This is limitation of current history API. You may use something like "Speed Dial" to override the new tab page.
معلومات أساسية عن التمديد
الاسم | No History |
ID | hdifnhiliocdiomkphonngpedadhinof |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/no-history/hdifnhiliocdiomkphonngpedadhinof |
الوصف | Disables history logging |
حجم الملف | 33.09 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2013-08-06 |
تاريخ النشر | 2013-08-06 |
تقييم | 3.55/5 مجموع تقييمات 146 |
المطور | KVSoftware |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No History", "description": "Disables history logging", "version": "1.0.1", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "history" ], "background": { "scripts": [ "no_history.js" ], "persistent": false } } |