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…
Vad är Capitalize!t WebScrapper?
Capitalize!t WebScrapper är en Chrome-tillägg utvecklad av jfmonteil, och dess huvudfunktion är "Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google…".
Tilläggsskärmbilder
Ladda ner Capitalize!t WebScrapper-förlängningens CRX-fil
Ladda ner Capitalize!t WebScrapper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 ! Grundläggande Information om Tillägg
| Namn | |
| ID | ilgdjidfijkaengnhpeoneiagigajhco |
| Officiell webbadress | https://chromewebstore.google.com/detail/capitalizet-webscrapper/ilgdjidfijkaengnhpeoneiagigajhco |
| Beskrivning | Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google… |
| Filstorlek | 428 KB |
| Antal Installationer | 442 |
| Aktuell Version | 7 |
| Senast Uppdaterad | 2017-03-13 |
| Publiceringsdatum | 2017-03-13 |
| Betyg | 2.50/5 Totalt 6 Betyg |
| Utvecklare | jfmonteil |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.capitalizeit.net |
| Stödda Språk | 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",
" | |