Simple Web Scraper (Free)

Scraping the values ​​of multiple web page META tags, JS variables, etc. at once.

Simple Web Scraper (Free)คืออะไร?

Simple Web Scraper (Free) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย scott และคุณลักษณะหลักของมันคือ "Scraping the values ​​of multiple web page META tags, JS variables, etc. at once."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Web Scraper (Free)

ดาวน์โหลดไฟล์ส่วนขยาย Simple Web Scraper (Free) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This tool is for bulk checking the values ​​of multiple web page META tags, JavaScript variables and functions, Google Analytics function parameters, etc. at once.
It is also possible to customize the tag to be checked and the function name / variable name.
The results can be downloaded in CSV.

[check items]

 - title
 - h1
 - meta[name="robots"]
 - link[rel="canonical"]
 - link[rel="alternate"]
 - meta[name="keywords"]
 - meta[name="description"]
 - h1
 - script[type="application/ld+json"]
etc


[About customizing check items]

Tags and attributes to be checked are freely customizable.

In addition to meta tags, you can also specify the value of any HTML tag, such as bread crumbs, or the value of an attribute. Please set according to the markup rules of each site.

The values ​​of Java Script variables and function names can also be set as acquisition targets.

Since the page is opened once in the browser and then the HTML is checked, the tags drawn in the tag manager are also checked.


[about privacy]

- Traffic data of the application is analyzed via GoogleAnalytics.

- The check results and registered configuration data are not sent to third parties.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simple Web Scraper (Free) Simple Web Scraper (Free)
ID lbingdmjpoccbodchoacgncgbjmkhfci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-web-scraper-free/lbingdmjpoccbodchoacgncgbjmkhfci
คำอธิบาย Scraping the values ​​of multiple web page META tags, JS variables, etc. at once.
ขนาดไฟล์ 1.36 MB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2021-01-13
วันที่เผยแพร่ 2020-01-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา scott
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.4.0",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extNameShort__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png"
    },
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "38.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extNameShort__"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "options_page": "options.html",
    "incognito": "split",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}