History Manager
Manage your history better
History Manager क्या है?
History Manager XSpace द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your history better"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में History Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
# Smart History Smart History is a chrome extension about history management with pretty user interfaces. Besides basic operations, Smart History provides rich options to acquire a much more delicate searching and listing result. # Features - A popup window to show histories briefly by clicking the black feather icon. - By clicking the "History" title on the popup window, there will be a main interface that can search, delete, hide and group local browser histories - Search history records by both keyword and date - Group local browser history records by domain name and hid some history records specified by the user to reduce the redundancy of showing records significantly - Highlight important websites where users executed “copy” operations - Produced statistics about the hit rate and stay time of different websites with vivid charts
एक्सटेंशन की मूल जानकारी
नाम | History Manager |
ID | ifekbbngjjcachfekcpeejphmkeckged |
आधिकारिक URL | https://chromewebstore.google.com/detail/history-manager/ifekbbngjjcachfekcpeejphmkeckged |
विवरण | Manage your history better |
फ़ाइल का आकार | 648 KB |
स्थापना संख्या | 14,296 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-03-29 |
प्रकाशन तिथि | 2018-03-29 |
रेटिंग | 3.13/5 कुल 39 रेटिंग्स |
डेवलपर | XSpace |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Manager", "version": "1.0", "short_name": "History", "description": "Manage your history better", "permissions": [ "tabs", "history", "chrome:\/\/favicon\/", "storage", "bookmarks" ], "browser_action": { "default_popup": "html\/popup.html", "default_icon": "imgs\/icon.png" }, "chrome_url_overrides": { "history": "html\/history.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib\/jquery-3.1.1.min.js", "js\/copy_detect.js" ] } ], "manifest_version": 2 } |