Advanced Browser History
A Chrome extension to capture more information about your browsing history.
Advanced Browser History क्या है?
Advanced Browser History Trevor Brunette द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension to capture more information about your browsing history."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Advanced Browser History एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds more ways to browse, categorize, filter, and otherwise view your browsing history from our custom user interface. This project will always be free and open source software; view the source code at https://github.com/AdvancedHistory/ABHChrome
एक्सटेंशन की मूल जानकारी
नाम | Advanced Browser History |
ID | ajdeagnomgifpeimhpofiphnphdlhbjn |
आधिकारिक URL | https://chromewebstore.google.com/detail/advanced-browser-history/ajdeagnomgifpeimhpofiphnphdlhbjn |
विवरण | A Chrome extension to capture more information about your browsing history. |
फ़ाइल का आकार | 405 KB |
स्थापना संख्या | 40 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2022-04-28 |
प्रकाशन तिथि | 2022-04-28 |
डेवलपर | Trevor Brunette |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/AdvancedHistory/ABHChrome |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "ABH", "name": "Advanced Browser History", "description": "A Chrome extension to capture more information about your browsing history.", "version": "0.1.0", "manifest_version": 3, "action": { "default_title": "Open ABH" }, "background": { "service_worker": ".\/static\/js\/background.js" }, "icons": { "128": ".\/static\/media\/logo128.png", "512": ".\/static\/media\/logo512.png" }, "permissions": [ "history" ] } |