History Analyzer
View statistics of your chrome browser history.
History Analyzer क्या है?
History Analyzer fatimeseelimi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View statistics of your chrome browser history."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में History Analyzer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'" } |