OlyScraper
Simple tool to scrap information from a webpage, the use is simple : -Install the extension -Click on the extension -Add a new…
OlyScraper क्या है?
OlyScraper iAhjari द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple tool to scrap information from a webpage, the use is simple : -Install the extension -Click on the extension -Add a new…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OlyScraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple tool to scrap information from a webpage, the use is simple : -Install the extension -Click on the extension -Add a new field -Name your field then choose the data to scarp from your openned webpage (you can add as much fields as you want) -Save your data as CSV file
एक्सटेंशन की मूल जानकारी
नाम | OlyScraper |
ID | bcjedefndololfejliabdmkpokchohjj |
आधिकारिक URL | https://chromewebstore.google.com/detail/olyscraper/bcjedefndololfejliabdmkpokchohjj |
विवरण | Simple tool to scrap information from a webpage, the use is simple : -Install the extension -Click on the extension -Add a new… |
फ़ाइल का आकार | 524 KB |
स्थापना संख्या | 82 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-05-31 |
प्रकाशन तिथि | 2019-05-26 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | iAhjari |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "OlyScraper", "short_name": "Oly", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*" ], "browser_action": { "default_title": "OlyChrome" }, "icons": { "128": "icons\/get_started128.png", "16": "icons\/get_started16.png", "48": "icons\/get_started48.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "web_accessible_resources": [ "\/core\/loader.js", "\/core\/oly-iframe.html", "\/core\/oly-iframe.js", "\/core\/angular.min.js", "\/core\/oly-iframe.css", "\/core\/selectorgadget\/selectorgadget.css", "\/core\/oly-chrome.css", "\/core\/jquery.min.js", "\/core\/diff_match_patch.js", "\/core\/selectorgadget\/dom.js", "\/core\/selectorgadget\/core.js", "\/core\/oly-chrome.js" ] } |