Visualize My History
Visualize your browsing history with a scattergraph of all your browsing.
ما هو Visualize My History؟
Visualize My History هو إضافة Chrome تم تطويرها بواسطة Mark Hansen، والميزة الرئيسية لها هي "Visualize your browsing history with a scattergraph of all your browsing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Visualize My History
قم بتنزيل ملفات الامتداد Visualize My History بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
See what sites you visit the most, and what times you spent on which sites. Visualise your entire browsing history on one graph. Graphs are plotted by time of day vs day, and colored by hostname.
معلومات أساسية عن التمديد
الاسم | Visualize My History |
ID | gdedhdlfdeaakpdfkikflkfnbiegaonb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/visualize-my-history/gdedhdlfdeaakpdfkikflkfnbiegaonb |
الوصف | Visualize your browsing history with a scattergraph of all your browsing. |
حجم الملف | 615 KB |
عدد التثبيتات | 803 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2023-02-12 |
تاريخ النشر | 2017-10-31 |
تقييم | 4.21/5 مجموع تقييمات 14 |
المطور | Mark Hansen |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.markhansen.co.nz/scatter-fm/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Visualize My History", "version": "0.0.3", "description": "Visualize your browsing history with a scattergraph of all your browsing.", "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Visualize My History" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "history" ], "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "bg.js" ] } } |