Meta Reader

Extension for reading meta, headers and images for the current page.

Meta Readerคืออะไร?

Meta Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rattuedev และคุณลักษณะหลักของมันคือ "Extension for reading meta, headers and images for the current page."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meta Reader

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

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

                        One click SEO meta reader extension, allows quick and easy display of key SEO metrics for any page.

Update 0.3
- Added Image section to list all images on page, along with their meta and a link to view in place
- Changed layout to use tabs
- Updated headers section to correctly show "None Found"

Update 0.2
- Added support for Canonical and Robots tag                    

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

ชื่อ Meta Reader Meta Reader
ID bodbimicombkcinchnmcbbhcjjfoookf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/meta-reader/bodbimicombkcinchnmcbbhcjjfoookf
คำอธิบาย Extension for reading meta, headers and images for the current page.
ขนาดไฟล์ 13.13 KB
จำนวนการติดตั้ง 530
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2017-03-07
วันที่เผยแพร่ 2017-03-07
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา rattuedev
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meta Reader",
    "description": "Extension for reading meta, headers and images for the current page.",
    "version": "0.3",
    "author": "Rattler",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Check page Meta"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "minimum_chrome_version": "51.0"
}