Export History
Download your full chrome history in Excel-readable csv and json
Export History क्या है?
Export History Christian Genco द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download your full chrome history in Excel-readable csv and json"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Export History एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Export your entire Chrome history as csv Excel-readable spreadsheet and json. This Chrome Extension's source code is open source! Fork it on Github: https://github.com/christiangenco/chrome-export-history Changes: # 2018-04-15: v2.2 * fixed files not downloading # 2014-09-21: v2.0 * added automatic DateTime conversion for Excel from Javascript Timestamp * fixed csv formatting for page titles that contain quotes and commas * added Google Payments and easter eggs; made csv exports a pro feature
एक्सटेंशन की मूल जानकारी
नाम | Export History |
ID | hcohnnbbiggngobheobhdipbgmcbelhh |
आधिकारिक URL | https://chromewebstore.google.com/detail/export-history/hcohnnbbiggngobheobhdipbgmcbelhh |
विवरण | Download your full chrome history in Excel-readable csv and json |
फ़ाइल का आकार | 52.72 KB |
स्थापना संख्या | 2,606 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2018-04-15 |
प्रकाशन तिथि | 2018-04-15 |
रेटिंग | 2.96/5 कुल 47 रेटिंग्स |
डेवलपर | Christian Genco |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://twitter.com/cgenco |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Export History", "description": "Download your full chrome history in Excel-readable csv and json", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgbRhEYSFuFFubsDQmMiLL7gi+zqx+oy4cCZs0gaLK6D1LmJAMWzDrjgZ9OTXHjvqLnqely7ZLyzoPRwq8CspZdOiAukOI\/Df\/4crnJ+vqiJtjxT6\/pkY\/XCV04cMXcxONY7rsJi7GuhtsQXFG2qO\/I05L00Zdh+VMv0d8vrikklh2huQAEEtJyuFN6Wzdj5NP0zJJsBDQJ1dAUF26920438LSxpDtdVCX7nmHc2M76SyFeZzy8Q\/9cU8uKbS0GiCm4oSIR1L4KsAXvYjnv9xC3eE5VHrtD+LEoo2mdiRvvC4KJRHZj8m8s34d8fwomKZH2P70jlB9xlQz0RgWWEp5wIDAQAB", "version": "2.2", "permissions": [ "history", "identity", "https:\/\/www.googleapis.com\/", "downloads" ], "oauth2": { "client_id": "650566817477-0080kv7ltdklamk1qf27rpjdrpa964qm.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |