Yahoo!テレビの番組をGoogleカレンダーへ登録

Yahoo!Japanテレビの番組詳細画面にある、Yahoo!カレンダーへの登録ボタンを、Googleカレンダーへの登録ボタンに書き換えます

Yahoo!テレビの番組をGoogleカレンダーへ登録 là gì?

Yahoo!テレビの番組をGoogleカレンダーへ登録 là một tiện ích mở rộng Chrome được phát triển bởi https://tetsuji.jp, và tính năng chính của nó là "Yahoo!Japanテレビの番組詳細画面にある、Yahoo!カレンダーへの登録ボタンを、Googleカレンダーへの登録ボタンに書き換えます".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yahoo!テレビの番組をGoogleカレンダーへ登録

Tải xuống các tệp mở rộng Yahoo!テレビの番組をGoogleカレンダーへ登録 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        === 2021/02/01 Yahoo!テレビ.Gガイドリニューアルについて ===
2021年2月1日にYahoo!テレビ.Gガイドがリニューアルされ、この拡張機能が動作しない状況です。2021年2月現在、Yahoo!テレビ自体のリニューアル後の動作が不安定という状況で、今後しばらくは画面デザイン等が改修に伴って流動的になると考えられます。当拡張機能も改修を検討していますが、サイト側の改修や作者(私)の作業時間確保等で修正完了時期が読めない状況です。ご不便をおかけしますが、もうしばらくお待ち下さい(2021年2月12日記載)
======

Yahoo! Japan内のサイト「Yahoo! TV」は使いやすいテレビ番組表のサイトですが、カレンダー登録ボタンがYahoo!カレンダーのもので、Googleカレンダーを使っているユーザにとっては不便です。このYahoo!カレンダーへの番組登録ボタンをGoogleカレンダーへの番組登録ボタンに変更するツールです。インストールをしたら、自動的にYahoo! TV内の番組ページの当該リンクを書き換えます。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yahoo!テレビの番組をGoogleカレンダーへ登録 Yahoo!テレビの番組をGoogleカレンダーへ登録
ID mdlpobiacdhjjoepgjllhogpcmmpfice
URL Chính Thức https://chromewebstore.google.com/detail/yahoo%E3%83%86%E3%83%AC%E3%83%93%E3%81%AE%E7%95%AA%E7%B5%84%E3%82%92google%E3%82%AB%E3%83%AC%E3%83%B3%E3%83%80%E3%83%BC%E3%81%B8%E7%99%BB/mdlpobiacdhjjoepgjllhogpcmmpfice
Mô tả Yahoo!Japanテレビの番組詳細画面にある、Yahoo!カレンダーへの登録ボタンを、Googleカレンダーへの登録ボタンに書き換えます
Kích Thước Tệp 23.21 KB
Số Lần Cài Đặt 2,431
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2021-02-14
Ngày Phát Hành 2017-03-29
Đánh Giá 4.70/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://tetsuji.jp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/xtetsuji/chrome-ytv2gcalep
Ngôn Ngữ Được Hỗ Trợ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yahoo!\u30c6\u30ec\u30d3\u306e\u756a\u7d44\u3092Google\u30ab\u30ec\u30f3\u30c0\u30fc\u3078\u767b\u9332",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Yahoo!Japan\u30c6\u30ec\u30d3\u306e\u756a\u7d44\u8a73\u7d30\u753b\u9762\u306b\u3042\u308b\u3001Yahoo!\u30ab\u30ec\u30f3\u30c0\u30fc\u3078\u306e\u767b\u9332\u30dc\u30bf\u30f3\u3092\u3001Google\u30ab\u30ec\u30f3\u30c0\u30fc\u3078\u306e\u767b\u9332\u30dc\u30bf\u30f3\u306b\u66f8\u304d\u63db\u3048\u307e\u3059",
    "icons": {
        "16": "images\/tv-16px.gif",
        "48": "images\/tv-48px.gif",
        "128": "images\/tv-128px.gif"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tv.yahoo.co.jp\/program\/*",
                "https:\/\/tv.yahoo.co.jp\/program\/*"
            ],
            "js": [
                "ytv2gcalep.js"
            ]
        }
    ],
    "permissions": []
}