HistoryStats
Provides a statistical and graphical display of web page visits stored in your browser's history
ما هو HistoryStats؟
HistoryStats هو إضافة Chrome تم تطويرها بواسطة gmsapps، والميزة الرئيسية لها هي "Provides a statistical and graphical display of web page visits stored in your browser's history".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HistoryStats
قم بتنزيل ملفات الامتداد HistoryStats بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
HistoryStats provides you with a statistical and graphical display of your browser's history. Existing historical web pages can be selected and opened in a new browser tab, and you can sort the browser's history based on total number of visits and most recent visits to web sites. This extension supports simple history deletion capabilities.
معلومات أساسية عن التمديد
الاسم | |
ID | jificbcgkgbgddjehcegimolpobpcpbl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/historystats/jificbcgkgbgddjehcegimolpobpcpbl |
الوصف | Provides a statistical and graphical display of web page visits stored in your browser's history |
حجم الملف | 67.7 KB |
عدد التثبيتات | 383 |
النسخة الحالية | 1.4 |
آخر تحديث | 2015-08-31 |
تاريخ النشر | 2015-08-31 |
تقييم | 3.75/5 مجموع تقييمات 8 |
المطور | gmsapps |
نوع الدفع | free |
موقع الإضافة | https://sites.google.com/site/appsbygarystump/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HistoryStats", "version": "1.4", "description": "Provides a statistical and graphical display of web page visits stored in your browser's history", "browser_action": { "default_icon": "icon24.png" }, "permissions": [ "bookmarks", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "history" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "background": { "scripts": [ "background.js" ] } } |