Advanced Site Checker

Check your site for issues.

Advanced Site Checker là gì?

Advanced Site Checker là một tiện ích mở rộng Chrome được phát triển bởi https://advanced-site-checker.com, và tính năng chính của nó là "Check your site for issues.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Advanced Site Checker

Tải xuống các tệp mở rộng Advanced Site Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ASC is an ultimate tool to improve your site. We provide a list of simple and clear TODO actions.

The plugin adds a quick check button to service - https://advanced-site-checker.com/tools/page-checker.

Premium plan. +30% of checks and consultations - https://advanced-site-checker.com/premium.

Twitter - https://twitter.com/advsitechecker
Instagram - https://www.instagram.com/advancedsitechecker

*Usage

To use the plugin, follow to a web page you need to check. Click on the ASC icon on browser toolbar panel. The report page will be opened in a new window.

*Features

The plugin checks next things:

Speed
— Cashing
— Using sprite images
— Font files weight
— Safe and Generic fonts defined
— Total page load time
— JS and CSS combination
— JS and CSS minification
— Gzip usage
— Keep alive header
— Page size
— JavaScript position
— Image size optimization

SEO
— Broken links
— Cycled links
— Grammar for titles and metatags
— Unnecessary redirects
— Correct H1 tag
— HTML5 standards
— Attributes alt and title
— Human readable links and images names
— Metatags for SEO
— Metatags for social media
— Google rich data check and validation
— Available link to main page
— Text content formating
— Stop(Spam) words in the title

Trust and Secure
— Server’s error displaying
— Insecure page’s assets
— XSFR protection
— Strict HTTPS header
— XSS protection
— HTTPS certificate
— Insecure flash and java snippets

Mobile capability
— Favicons for Apple, Android and Microsoft devices
— Mobile capability for 5 screen sizes
— Alternate images for 5 screen sizes

Bugs
— JS errors
— HTML validation
— CSS styles validation

Usability
— Interface responsibility
— Tuch screen adaptation
— Fast call for email and phones
— RSS available

Terms of Use - https://advanced-site-checker.com/terms_and_conditions
Privacy Policy - https://advanced-site-checker.com/privacy_policy                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Advanced Site Checker Advanced Site Checker
ID cchbfjpafpppdalmbhoondkdjifjbcge
URL Chính Thức https://chromewebstore.google.com/detail/advanced-site-checker/cchbfjpafpppdalmbhoondkdjifjbcge
Mô tả Check your site for issues.
Kích Thước Tệp 10.27 KB
Số Lần Cài Đặt 197
Phiên Bản Hiện Tại 0.8.1
Cập Nhật Lần Cuối 2020-03-20
Ngày Phát Hành 2020-03-18
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://advanced-site-checker.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advanced Site Checker",
    "version": "0.8.1",
    "description": "Check your site for issues.",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "Check page",
        "browser_style": true
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "favicon.png",
        "96": "favicon-96.png",
        "128": "favicon-128.png"
    }
}