Capitalize!t WebScrapper
Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google…
Capitalize!t WebScrapper क्या है?
Capitalize!t WebScrapper jfmonteil द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Capitalize!t WebScrapper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google spreadsheet. For instance you can use Capitelize!t for : Building multiple topic Press News Reviews. Building a multicriteria real estate database. Keep track documents useful for a school or university assignment. Wherever there is metadata and text content to scrap from the web there is Capitalize!t !
एक्सटेंशन की मूल जानकारी
नाम | Capitalize!t WebScrapper |
ID | ilgdjidfijkaengnhpeoneiagigajhco |
आधिकारिक URL | https://chromewebstore.google.com/detail/capitalizet-webscrapper/ilgdjidfijkaengnhpeoneiagigajhco |
विवरण | Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google… |
फ़ाइल का आकार | 428 KB |
स्थापना संख्या | 442 |
वर्तमान संस्करण | 7 |
अंतिम अपडेट | 2017-03-13 |
प्रकाशन तिथि | 2017-03-13 |
रेटिंग | 2.50/5 कुल 6 रेटिंग्स |
डेवलपर | jfmonteil |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.capitalizeit.net |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Capitalize!t WebScrapper", "version": "7", "manifest_version": 2, "minimum_chrome_version": "29", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-small.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "js": [ "jquery.js", "selectionjfm.js", "\/textext\/js\/textext.core.js", "jquery-ui.min.js", "nlp_compromise.js", "image-picker.min.js" ], "css": [ "jquery-ui.css", "image-picker.css", "\/textext\/css\/textext.core.css", "\/textext\/css\/textext.plugin.tags.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_end", "info.status": "complete", "status": "complete" } ], "icons": { "16": "icon-small.png", "48": "icon.png", "128": "icon-small.png" }, "permissions": [ "identity", "https:\/\/accounts.google.com\/*", "https:\/\/www.googleapis.com\/*", "https:\/\/spreadsheets.google.com\/*", "tabs", "storage", " |