Web To JSON
Take value from web and take json api updated
Web To JSON क्या है?
Web To JSON bmkaraduman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take value from web and take json api updated"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Web To JSON एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Take Data from Any Web Site and change into the JSON Format. Transform any text element on the web into a dynamic JSON API with our easy-to-use Chrome extension. 'Dynamic Text Selector to JSON' enables users to effortlessly select text elements and convert them into a structured JSON format. Whether you're a developer, data enthusiast, or simply looking to extract and structure web content, our tool streamlines the process with precision. Experience a seamless web-to-JSON journey like never before You have 3 options: Static: You can select a data, if you are certain that the data you will fetch wil always be in that area. Table: You search for a value in a table in web site and retrieve corresponding table Query: If the value not in a table and you are not certain that value place can be change, then you can create if condition. And finally you can take JSON API. If you want to use up to date, your chrome extension should be open.
एक्सटेंशन की मूल जानकारी
नाम | Web To JSON |
ID | kdeflnbamgblaaeggehciepaccjiojgd |
आधिकारिक URL | https://chromewebstore.google.com/detail/web-to-json/kdeflnbamgblaaeggehciepaccjiojgd |
विवरण | Take value from web and take json api updated |
फ़ाइल का आकार | 145 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2023-09-20 |
प्रकाशन तिथि | 2023-09-10 |
डेवलपर | bmkaraduman |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://twitter.com/webtojson |
गोपनीयता नीति पृष्ठ URL | https://webtojson.blogspot.com/2023/09/privacy-policy-for-web-to-json-chrome.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Web To JSON", "version": "1.1", "description": "Take value from web and take json api updated", "permissions": [ "activeTab", "storage", "scripting", "tabs", "alarms", "identity", "identity.email" ], "action": { "default_popup": "popup.html", "default_width": 500, "default_height": 500, "default_title": "Keep Updated", "default_icon": { "16": "image\/ice_aktiv.png" } }, "icons": { "16": "image\/ice_16.png", "48": "image\/ice_48.png", "128": "image\/ice_128.png" }, "background": { "type": "module", "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |