Export History/Bookmarks to JSON/CSV*/XLS*

Allows to export Chrome history and bookmarks into JSON file, which can be converted to CSV/XLS/XLSX file at http://www.json-xls.com

Export History/Bookmarks to JSON/CSV*/XLS* क्या है?

Export History/Bookmarks to JSON/CSV*/XLS* https://json-xls.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows to export Chrome history and bookmarks into JSON file, which can be converted to CSV/XLS/XLSX file at http://www.json-xls.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Export History/Bookmarks to JSON/CSV*/XLS* एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Save Chrome history and bookmarks as JSON files.

Click on 'Chrome History.json' or 'Chrome Bookmarks.json' button to download JSON file with your browser history/bookmarks.

If you want to convert downloaded JSON file to CSV/XLS/XLSX format please use online converter http://www.JSON-XLS.com/json2xls. 

NOTICE: 
This extension doesn't export history or bookmarks into CSV or Microsoft Excel Binary File Format (.xls) file.

Any JSON file can be converted to CSV/XLS/XLSX format at http://json-xls.com/.
-----------
v2.3:  
 - Changed maximum period due to Chrome limitations (not more than 3 months). 
v2.2:  
 - Fixed downloading bookmarks (invalid 'Added date'). 
v2.1:  
 - Fixed download on second attempt. 
v2.0:  
 - Fixed download if "Ask where to save each file before downloading" is Checked in Chrome's Settings 
v1.9:  
 - JSON files have been formatted!
v1.8:  
 - Extension requires 'Manage your downloads' permission (for Chrome v65.0.3325.181 or later)!
v1.6:
 - Two new limits were added for history records: 100K and 500K!
v1.4:  
 - Allows to limit number of history records!
v1.3:  
 - CSV/TSV formats are available!
v1.2:  
 - human readable format for date/time stamp!                    

एक्सटेंशन की मूल जानकारी

नाम Export History/Bookmarks to JSON/CSV*/XLS* Export History/Bookmarks to JSON/CSV*/XLS*
ID dcoegfodcnjofhjfbhegcgjgapeichlf
आधिकारिक URL https://chromewebstore.google.com/detail/export-historybookmarks-t/dcoegfodcnjofhjfbhegcgjgapeichlf
विवरण Allows to export Chrome history and bookmarks into JSON file, which can be converted to CSV/XLS/XLSX file at http://www.json-xls.com
फ़ाइल का आकार 20.21 KB
स्थापना संख्या 30,871
वर्तमान संस्करण 2.3
अंतिम अपडेट 2022-09-17
प्रकाशन तिथि 2020-06-11
रेटिंग 3.10/5 कुल 68 रेटिंग्स
डेवलपर https://json-xls.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Export History\/Bookmarks to JSON\/CSV*\/XLS*",
    "description": "Allows to export Chrome history and bookmarks into JSON file, which can be converted to CSV\/XLS\/XLSX file at http:\/\/www.json-xls.com",
    "version": "2.3",
    "permissions": [
        "history",
        "bookmarks",
        "downloads"
    ],
    "action": {
        "default_icon": "icon512.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon512.png"
    }
}