Metaview
View social meta tags for a website
Metaviewคืออะไร?
Metaview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim Heap และคุณลักษณะหลักของมันคือ "View social meta tags for a website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Metaview
ดาวน์โหลดไฟล์ส่วนขยาย Metaview ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bbbeepcgbknpibfpkgpnpdoopddngapc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/metaview/bbbeepcgbknpibfpkgpnpdoopddngapc |
คำอธิบาย | View social meta tags for a website |
ขนาดไฟล์ | 73.58 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-04-23 |
วันที่เผยแพร่ | 2018-04-23 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Tim Heap |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/timheap/metaview/ |
ภาษาที่รองรับ | 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" } } |