SHOWTIME
SHOWTIME is Extensions to get the date of the article
O que é SHOWTIME?
SHOWTIME é uma extensão do Chrome desenvolvida por なりたけいすけ, e sua principal característica é "SHOWTIME is Extensions to get the date of the article".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SHOWTIME
Baixe arquivos de extensão SHOWTIME no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
SHOWTIMEは記事の日付を取得して表示させる拡張機能です。 http://schema.org/Article に対応した記事であれば画面上にその記事の日付をわかりやすく表示します。
Informações Básicas da Extensão
Nome | |
ID | lpfglpdhgolkcbplfejkpdiheamkebph |
URL Oficial | https://chrome.google.com/webstore/detail/showtime/lpfglpdhgolkcbplfejkpdiheamkebph |
Descrição | SHOWTIME is Extensions to get the date of the article |
Tamanho do Arquivo | 37.04 KB |
Contagem de Instalações | 15 |
Versão Atual | 0.0.5 |
Última Atualização | 2019-10-21 |
Data de Publicação | 2019-01-28 |
Desenvolvedor | なりたけいすけ |
[email protected] | |
Tipo de Pagamento | in_store |
Idiomas Suportados | 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" } } |