OGP_Checker
サイトに設定されているogpなどをチェックして表示します。アイコンは、http://www.smashingmagazine.com/2010/02/15/free-medical-icons-set-60-icons/
Wat is OGP_Checker?
OGP_Checker is een Chrome-extensie ontwikkeld door matsuhisa, en de belangrijkste functie is "サイトに設定されているogpなどをチェックして表示します。アイコンは、http://www.smashingmagazine.com/2010/02/15/free-medical-icons-set-60-icons/".
Extensie Screenshots
Download het CRX-bestand van de extensie OGP_Checker
Download OGP_Checker-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
SEOなどに必要な ・title ・h1 ・description ・keyword や、ogの設定 ・og:title ・og:image ・og:url などを確認できるツールです
Basisinformatie over de Extensie
Naam | ![]() |
ID | keiplbgeilckhgmkaoodclmcahkkmepm |
Officiële URL | https://chrome.google.com/webstore/detail/ogpchecker/keiplbgeilckhgmkaoodclmcahkkmepm |
Beschrijving | サイトに設定されているogpなどをチェックして表示します。アイコンは、http://www.smashingmagazine.com/2010/02/15/free-medical-icons-set-60-icons/ |
Bestandsgrootte | 41.52 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 0.0.6.1 |
Laatst Bijgewerkt | 2016-10-17 |
Publicatiedatum | 2016-10-17 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | matsuhisa |
Betalingswijze | free |
Extensiewebsite | https://github.com/matsuhisa/chrome_ogp_checker |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OGP_Checker", "short_name": "OGP_Checker", "version": "0.0.6.1", "manifest_version": 2, "description": "\u30b5\u30a4\u30c8\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308bogp\u306a\u3069\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3066\u8868\u793a\u3057\u307e\u3059\u3002\u30a2\u30a4\u30b3\u30f3\u306f\u3001http:\/\/www.smashingmagazine.com\/2010\/02\/15\/free-medical-icons-set-60-icons\/", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "script.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |