SHOWTIME
SHOWTIME is Extensions to get the date of the article
SHOWTIMEคืออะไร?
SHOWTIME เป็นส่วนขยายของ Chrome ที่พัฒนาโดย なりたけいすけ และคุณลักษณะหลักของมันคือ "SHOWTIME is Extensions to get the date of the article"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SHOWTIME
ดาวน์โหลดไฟล์ส่วนขยาย SHOWTIME ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SHOWTIMEは記事の日付を取得して表示させる拡張機能です。 http://schema.org/Article に対応した記事であれば画面上にその記事の日付をわかりやすく表示します。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lpfglpdhgolkcbplfejkpdiheamkebph |
URL อย่างเป็นทางการ | 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" } } |