DirectFN web scraping tools
This extension demonstrates a web scraping tools for DirectFN.
What is DirectFN web scraping tools?
DirectFN web scraping tools is a Chrome extension developed by dfn.eg.dev, and its main feature is "This extension demonstrates a web scraping tools for DirectFN.".
Extension Screenshots
Download DirectFN web scraping tools Extension CRX File
Download DirectFN web scraping tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This web scraping tools is used to scrape the web pages dynamically
Extension Basic Information
Name | DirectFN web scraping tools |
ID | hcaobdjpbhcoahmmdapbmifecjebakij |
Official URL | https://chromewebstore.google.com/detail/directfn-web-scraping-too/hcaobdjpbhcoahmmdapbmifecjebakij |
Description | This extension demonstrates a web scraping tools for DirectFN. |
File Size | 81.5 KB |
Installation Count | 195 |
Current Version | 1.2 |
Last Updated | 2015-01-20 |
Publish Date | 2015-01-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | dfn.eg.dev |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DirectFN web scraping tools", "short_name": "DFN web scraping tools", "description": "This extension demonstrates a web scraping tools for DirectFN.", "version": "1.2", "permissions": [ "https:\/\/*\/", "http:\/\/*\/", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "popup.js" ] }, "content_scripts": [ { "matches": [ " |