Calender by RT

Quickly see the time until your next meeting from any of your calendars

什麼是Calender by RT?

Calender by RT是由FM Developers開發的Chrome擴展程式,該擴展的主要功能是“Quickly see the time until your next meeting from any of your calendars”。

擴展截圖

screenshot
screenshot

下載Calender by RT擴展crx文件

下載Calender by RT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        It Helps Maintain all upcoming tasks and organize them in a better way.
Click on the button to be taken to your online calendar.

Easy to Use
User Friendly

For any further information related to our extension, you may visit our website.

If you have feedbacks or any issues, you can easily contact us by going to the contact us page on our given website or alternatively you can email us.                    

擴展基本資訊

名稱 Calender by RT Calender by RT
ID ebefbjbjbgiclfhkcmegknjiccbdildj
官方網址 https://chromewebstore.google.com/detail/calender-by-rt/ebefbjbjbgiclfhkcmegknjiccbdildj
簡介 Quickly see the time until your next meeting from any of your calendars
檔案大小 47.46 KB
安裝次數 21
目前版本 2.0.0
更新時間 2021-11-10
上架時間 2021-11-09
開發者 FM Developers
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.robloxtime.net/
說明頁面URL https://www.robloxtime.net/
支援的語言 id,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Calender by RT",
    "description": "Quickly see the time until your next meeting from any of your calendars",
    "manifest_version": 2,
    "default_locale": "en",
    "options_page": "views\/options.html",
    "options_ui": {
        "page": "views\/options.html",
        "chrome_style": true
    },
    "version": "2.0.0",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Calender by RT"
    },
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png"
    }
}