Tinking - Scrapping Tool
Extract data from any website without code, just clicks
Qu'est-ce que Tinking - Scrapping Tool ?
Tinking - Scrapping Tool est une extension Chrome développée par baptisteArno, et sa fonction principale est "Extract data from any website without code, just clicks".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tinking - Scrapping Tool
Téléchargez les fichiers d'extension Tinking - Scrapping Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension allows you to create a scraping recipe by directly selecting a page's elements with your mouse.
Informations de Base sur l'Extension
Nom | Tinking - Scrapping Tool |
ID | ibidcmokfddpkgdoobeihkfnajmodlkp |
URL Officiel | https://chromewebstore.google.com/detail/tinking-scrapping-tool/ibidcmokfddpkgdoobeihkfnajmodlkp |
Description | Extract data from any website without code, just clicks |
Taille du Fichier | 2.06 MB |
Nombre d'Installations | 796 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2021-03-24 |
Date de Publication | 2021-02-26 |
Évaluation | 2.67/5 Total 3 Évaluations |
Développeur | baptisteArno |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/baptisteArno/tinking |
URL de la Page d'Aide | https://github.com/baptisteArno/tinking/issues/new/choose |
URL de la Page de Politique de Confidentialité | https://github.com/baptisteArno/tinking/blob/master/privacy_policy.md |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tinking - Scrapping Tool", "version": "0.1.1", "manifest_version": 2, "description": "Extract data from any website without code, just clicks", "icons": { "512": "logo512.png" }, "browser_action": { "default_icon": "logo512.png" }, "permissions": [ "storage", "webNavigation" ], "background": { "scripts": [ "background.js", ".\/jquery.min.js", ".\/popper.min.js", ".\/tippy.min.js" ] }, "content_scripts": [ { "matches": [ " |