SHOWTIME
SHOWTIME is Extensions to get the date of the article
Qu'est-ce que SHOWTIME ?
SHOWTIME est une extension Chrome développée par なりたけいすけ, et sa fonction principale est "SHOWTIME is Extensions to get the date of the article".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SHOWTIME
Téléchargez les fichiers d'extension SHOWTIME au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
SHOWTIMEは記事の日付を取得して表示させる拡張機能です。 http://schema.org/Article に対応した記事であれば画面上にその記事の日付をわかりやすく表示します。
Informations de Base sur l'Extension
Nom | |
ID | lpfglpdhgolkcbplfejkpdiheamkebph |
URL Officiel | https://chrome.google.com/webstore/detail/showtime/lpfglpdhgolkcbplfejkpdiheamkebph |
Description | SHOWTIME is Extensions to get the date of the article |
Taille du Fichier | 37.04 KB |
Nombre d'Installations | 15 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2019-10-21 |
Date de Publication | 2019-01-28 |
Développeur | なりたけいすけ |
[email protected] | |
Type de Paiement | in_store |
Langues Prises en Charge | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SHOWTIME", "version": "0.0.5", "description": "SHOWTIME is Extensions to get the date of the article", "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.1.1.min.js", "contentscript.js" ], "run_at": "document_end" } ], "icons": { "128": "icon.png" } } |