History Analyzer
View statistics of your chrome browser history.
ما هو History Analyzer؟
History Analyzer هو إضافة Chrome تم تطويرها بواسطة fatimeseelimi، والميزة الرئيسية لها هي "View statistics of your chrome browser history.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة History Analyzer
قم بتنزيل ملفات الامتداد History Analyzer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
View statistics of the pages you've visited in chrome's new tab. This is an initial proof of concept app, we will be updating the extension with more advanced features and optimize the performance.
معلومات أساسية عن التمديد
الاسم | |
ID | ffinijbioflfopelgkhlaiphpmdembig |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/history-analyzer/ffinijbioflfopelgkhlaiphpmdembig |
الوصف | View statistics of your chrome browser history. |
حجم الملف | 66.92 KB |
عدد التثبيتات | 161 |
النسخة الحالية | 1 |
آخر تحديث | 2018-09-09 |
تاريخ النشر | 2018-09-09 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | fatimeseelimi |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Analyzer", "description": "View statistics of your chrome browser history.", "version": "1", "author": "Fatime Selimi", "browser_action": { "default_title": "Have a good day" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "activeTab", "history" ], "options_page": "newtab.html", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |