HarCreator
This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all…
HarCreator क्या है?
HarCreator https://harviewer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HarCreator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all page navigations & requests done in the browser. Since this tool is created as part of an extension it DOES NOT have access to response content. It otherwise has access to most request timings and allows to easily track and report browser navigation. This extension is meant to be used alongside http://harviewer.com, which provides HAR analysis functionalities. **HAR files can contain private information and should be reviewed prior to sharing.
एक्सटेंशन की मूल जानकारी
नाम | HarCreator |
ID | ffpkhdgegphahepginkdcaeojmeciphl |
आधिकारिक URL | https://chromewebstore.google.com/detail/harcreator/ffpkhdgegphahepginkdcaeojmeciphl |
विवरण | This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all… |
फ़ाइल का आकार | 385 KB |
स्थापना संख्या | 407 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-12-08 |
प्रकाशन तिथि | 2016-12-07 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://harviewer.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.harviewer.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "HarCreator", "permissions": [ "cookies", "webRequest", "webNavigation", "*:\/\/*\/*", "storage" ], "icons": { "16": "\/media\/harViewer.png", "48": "\/media\/harViewer.png", "128": "\/media\/harViewer.png" }, "browser_action": { "default_icon": "\/media\/harViewer.png", "default_popup": "dist\/build\/browser\/popup\/popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "lib\/jquery-1.12.3.min.js", "lib\/system-polyfills.js", "lib\/system.js", "lib\/js.cookie.js", "lib\/store.js", "node_modules\/es6-shim\/es6-shim.min.js", "dist\/build\/bootstrap\/bootstrap.js" ] }, "externally_connectable": { "matches": [ "*:\/\/harviewer.com\/*", "*:\/\/localhost\/*" ] } } |