Scraper
RSS, Atom Feed Reader & Web Crawler
Scraper क्या है?
Scraper https://wepplication.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RSS, Atom Feed Reader & Web Crawler"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
RSS, Atom Feed Reader & Web Crawler *** Features *** 1. Find the RSS/Atom address by entering the website URL 2. Register keyword to display specific text notifications 3. Creating a Site Web crawler that does not support RSS 4. View other people's web crawlers Shortcut key: Shift + Alt + E (MacOS: Shift + Command + E)
एक्सटेंशन की मूल जानकारी
नाम | Scraper |
ID | caijpifkkcjfejgmcgahalhgdbalinof |
आधिकारिक URL | https://chromewebstore.google.com/detail/scraper/caijpifkkcjfejgmcgahalhgdbalinof |
विवरण | RSS, Atom Feed Reader & Web Crawler |
फ़ाइल का आकार | 1.03 MB |
स्थापना संख्या | 769 |
वर्तमान संस्करण | 1.2.9 |
अंतिम अपडेट | 2024-01-11 |
प्रकाशन तिथि | 2020-01-13 |
रेटिंग | 4.57/5 कुल 7 रेटिंग्स |
डेवलपर | https://wepplication.github.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://wepplication.github.io/tools/scrapper/policy.html |
समर्थित भाषाएँ | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_app_name__", "version": "1.2.9", "default_locale": "en", "description": "__MSG_app_desc__", "permissions": [ "notifications", "alarms", "storage", "management", "idle", "tabs", "unlimitedStorage", "offscreen" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "worker.js" }, "content_scripts": [ { "js": [ "js\/browser-polyfill.min.js", "js\/feed_finder.js", "doc_start.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "js\/browser-polyfill.min.js", "js\/feed_finder.js", "doc_idle.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/rss-16.png", "32": "images\/rss-32.png", "48": "images\/rss-48.png", "128": "images\/rss-128.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+E", "mac": "Command+Shift+E" }, "description": "Popup toggle" } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "images\/rss-16.png", "32": "images\/rss-32.png", "48": "images\/rss-48.png", "128": "images\/rss-128.png" }, "manifest_version": 3 } |