table-to-spreadsheet
Convert the table element to spreadsheet
table-to-spreadsheet क्या है?
table-to-spreadsheet moznion द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert the table element to spreadsheet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में table-to-spreadsheet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Provide the CSV or XLSX that is converted from the table element by context menu.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | haidhlbpihfihbjcggmffnmhgiddjcoc |
आधिकारिक URL | https://chromewebstore.google.com/detail/table-to-spreadsheet/haidhlbpihfihbjcggmffnmhgiddjcoc |
विवरण | Convert the table element to spreadsheet |
फ़ाइल का आकार | 105 KB |
स्थापना संख्या | 7,268 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2014-07-22 |
प्रकाशन तिथि | 2014-07-22 |
रेटिंग | 4.00/5 कुल 19 रेटिंग्स |
डेवलपर | moznion |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/moznion/crx-table-to-spreadsheet |
सहायता पृष्ठ URL | https://github.com/moznion/crx-table-to-spreadsheet/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "table-to-spreadsheet", "version": "0.0.2", "manifest_version": 2, "description": "Convert the table element to spreadsheet", "permissions": [ "contextMenus" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |