History Master
Visualize browsing history, Discover your unknown habits.
History Master क्या है?
History Master jiacai2050 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visualize browsing history, Discover your unknown habits."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में History Master एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Visualize browsing history, Sync among Chrome/Firefox. https://github.com/jiacai2050/history-master
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mkfgjjeggnmkbobjmelbjhdchcoadnin |
आधिकारिक URL | https://chrome.google.com/webstore/detail/history-master/mkfgjjeggnmkbobjmelbjhdchcoadnin |
विवरण | Visualize browsing history, Discover your unknown habits. |
फ़ाइल का आकार | 423 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 2.1.5 |
अंतिम अपडेट | 2019-05-25 |
प्रकाशन तिथि | 2019-05-25 |
रेटिंग | 3.50/5 कुल 12 रेटिंग्स |
डेवलपर | jiacai2050 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jiacai2050/history-master |
सहायता पृष्ठ URL | https://github.com/jiacai2050/history-master/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Master", "version": "2.1.5", "description": "Visualize browsing history, Discover your unknown habits.", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "option\/index.html", "chrome_style": false, "open_in_tab": true }, "browser_action": { "browser_style": true, "default_icon": { "16": "option\/images\/16.png", "32": "option\/images\/32.png", "64": "option\/images\/64.png", "128": "option\/images\/128.png" }, "default_title": "History Master" }, "icons": { "16": "option\/images\/16.png", "32": "option\/images\/32.png", "64": "option\/images\/64.png", "128": "option\/images\/128.png" }, "permissions": [ "history", "tabs", "downloads", "chrome:\/\/favicon\/" ], "content_security_policy": "default-src 'self'; style-src https:\/\/cdnjs.cloudflare.com 'unsafe-inline'; img-src chrome:\/\/favicon; connect-src ws:\/\/localhost:* ; font-src https:\/\/* ;script-src https:\/\/cdnjs.cloudflare.com 'self' 'unsafe-eval'", "manifest_version": 2 } |