Meta Reader

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

Meta Reader क्या है?

Meta Reader rattuedev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for reading meta, headers and images for the current page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Meta Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}