SHOWTIME
SHOWTIME is Extensions to get the date of the article
What is SHOWTIME?
SHOWTIME is a Chrome extension developed by なりたけいすけ, and its main feature is "SHOWTIME is Extensions to get the date of the article".
Extension Screenshots
Download SHOWTIME Extension CRX File
Download SHOWTIME extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
SHOWTIMEは記事の日付を取得して表示させる拡張機能です。 http://schema.org/Article に対応した記事であれば画面上にその記事の日付をわかりやすく表示します。
Extension Basic Information
Name | |
ID | lpfglpdhgolkcbplfejkpdiheamkebph |
Official URL | https://chrome.google.com/webstore/detail/showtime/lpfglpdhgolkcbplfejkpdiheamkebph |
Description | SHOWTIME is Extensions to get the date of the article |
File Size | 37.04 KB |
Installation Count | 15 |
Current Version | 0.0.5 |
Last Updated | 2019-10-21 |
Publish Date | 2019-01-28 |
Developer | なりたけいすけ |
[email protected] | |
Payment Type | in_store |
Supported Languages | 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" } } |