Metaview

View social meta tags for a website

What is Metaview?

Metaview is a Chrome extension developed by Tim Heap, and its main feature is "View social meta tags for a website".

Extension Screenshots

screenshot

Download Metaview Extension CRX File

Download Metaview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Quickly view social meta tags for a page, and preview how your page will look when embedded on social media. A toolbar button is added that shows a popup containing all the meta tags on the current page. The meta tags are grouped by their consumers, with the Facebook and Twitter tabs showing an example of how the current page will display when shared on social media.                    

Extension Basic Information

Name Metaview Metaview
ID bbbeepcgbknpibfpkgpnpdoopddngapc
Official URL https://chromewebstore.google.com/detail/metaview/bbbeepcgbknpibfpkgpnpdoopddngapc
Description View social meta tags for a website
File Size 73.58 KB
Installation Count 46
Current Version 1.0
Last Updated 2018-04-23
Publish Date 2018-04-23
Rating 5.00/5 Total 1 Ratings
Developer Tim Heap
Email [email protected]
Payment Type free
Extension Website https://github.com/timheap/metaview/
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Metaview",
    "version": "1.0",
    "description": "View social meta tags for a website",
    "homepage_url": "https:\/\/github.com\/timheap\/metaview",
    "icons": {
        "16": "assets\/logo-16.png",
        "32": "assets\/logo-32.png",
        "48": "assets\/logo-48.png",
        "96": "assets\/logo-96.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "assets\/logo-16.png",
            "32": "assets\/logo-32.png",
            "48": "assets\/logo-48.png",
            "96": "assets\/logo-96.png"
        },
        "default_title": "View meta tags",
        "default_popup": "popup\/metaview.html"
    }
}