Metaview

View social meta tags for a website

Wat is Metaview?

Metaview is een Chrome-extensie ontwikkeld door Tim Heap, en de belangrijkste functie is "View social meta tags for a website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Metaview

Download Metaview-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Metaview Metaview
ID bbbeepcgbknpibfpkgpnpdoopddngapc
Officiële URL https://chromewebstore.google.com/detail/metaview/bbbeepcgbknpibfpkgpnpdoopddngapc
Beschrijving View social meta tags for a website
Bestandsgrootte 73.58 KB
Aantal Installaties 46
Huidige Versie 1.0
Laatst Bijgewerkt 2018-04-23
Publicatiedatum 2018-04-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Tim Heap
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/timheap/metaview/
Ondersteunde Talen 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"
    }
}