Metaview
View social meta tags for a website
Cos'è Metaview?
Metaview è un'estensione di Chrome sviluppata da Tim Heap, e la sua funzione principale è "View social meta tags for a website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Metaview
Scarica i file di estensione Metaview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bbbeepcgbknpibfpkgpnpdoopddngapc |
URL Ufficiale | https://chromewebstore.google.com/detail/metaview/bbbeepcgbknpibfpkgpnpdoopddngapc |
Descrizione | View social meta tags for a website |
Dimensione del File | 73.58 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-04-23 |
Data di Pubblicazione | 2018-04-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Tim Heap |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/timheap/metaview/ |
Lingue Supportate | 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" } } |