Social Media Link Preview
Shows a sample preview of OG and twitter card content of the current page
Apa itu Social Media Link Preview?
Social Media Link Preview adalah ekstensi Chrome yang dikembangkan oleh https://akzhy.com, dan fitur utamanya adalah "Shows a sample preview of OG and twitter card content of the current page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Social Media Link Preview
Unduh file ekstensi Social Media Link Preview dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension will show a sample preview of a webpage that is shown when it is shared on social media such as twitter and Facebook. The goal of this extension is to provide a general idea and actual result may slightly vary. Works on local websites as well.
Informasi Dasar Ekstensi
Nama | Social Media Link Preview |
ID | dlmoajpiphhokgbbfaiiekhlgpjnjfei |
URL Resmi | https://chromewebstore.google.com/detail/social-media-link-preview/dlmoajpiphhokgbbfaiiekhlgpjnjfei |
Deskripsi | Shows a sample preview of OG and twitter card content of the current page |
Ukuran File | 73.4 KB |
Jumlah Instalasi | 290 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-03-30 |
Tanggal Publikasi | 2021-03-30 |
Pengembang | https://akzhy.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/akzhy/social-media-link-preview |
URL Halaman Bantuan | https://github.com/akzhy/social-media-link-preview |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Shows a sample preview of OG and twitter card content of the current page", "version": "1.0.0", "manifest_version": 3, "name": "Social Media Link Preview", "short_name": "Shows twitter card \/ og content", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "permissions": [ "activeTab" ], "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |