SHOWTIME
SHOWTIME is Extensions to get the date of the article
什麼是SHOWTIME?
SHOWTIME是由なりたけいすけ開發的Chrome擴展程式,該擴展的主要功能是“SHOWTIME is Extensions to get the date of the article”。
擴展截圖
下載SHOWTIME擴展crx文件
下載SHOWTIME擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
SHOWTIMEは記事の日付を取得して表示させる拡張機能です。
http://schema.org/Article に対応した記事であれば画面上にその記事の日付をわかりやすく表示します。 擴展基本資訊
| 名稱 | |
| ID | lpfglpdhgolkcbplfejkpdiheamkebph |
| 官方網址 | https://chrome.google.com/webstore/detail/showtime/lpfglpdhgolkcbplfejkpdiheamkebph |
| 簡介 | SHOWTIME is Extensions to get the date of the article |
| 檔案大小 | 37.04 KB |
| 安裝次數 | 15 |
| 目前版本 | 0.0.5 |
| 更新時間 | 2019-10-21 |
| 上架時間 | 2019-01-28 |
| 開發者 | なりたけいすけ |
| 電子郵箱 | [email protected] |
| 付費類型 | in_store |
| 支援的語言 | 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"
}
} | |