I-Know
Never miss an assignment.
什麼是I-Know?
I-Know是由https://synvox.net開發的Chrome擴展程式,該擴展的主要功能是“Never miss an assignment.”。
擴展截圖
下載I-Know擴展crx文件
下載I-Know擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
I-Know is a Google Chrome Extension that will help you stay organized. Instead of checking the school's website for assignments, I-Know will check for you, and create a checklist of upcoming assignments. I-Know supports any school using Brightspace or Canvas. Chrome Permissions: Read and change all your data on the websites you visit (Required to connect to Brightspace and Canvas) Read and change your browsing history (Required to find sites to connect to) Display notifications (I-Know sends push notifications so you don't miss assignments) Communicate with cooperating websites (Required so we know when there's a bug) Originally made by a student at BYU-Idaho. Can be used at any school using Brightspace by D2L or Canvas by Instructure.
擴展基本資訊
名稱 | I-Know |
ID | oobphcndhljfbmllppplinbdagpnfbjp |
官方網址 | https://chromewebstore.google.com/detail/i-know/oobphcndhljfbmllppplinbdagpnfbjp |
簡介 | Never miss an assignment. |
檔案大小 | 2.16 MB |
安裝次數 | 9,027 |
目前版本 | 6.0.7 |
更新時間 | 2021-05-06 |
上架時間 | 2020-04-27 |
評分 | 4.33/5 共 136 次評分 |
開發者 | https://synvox.net |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://synvox.net |
說明頁面URL | https://m.me/synvox |
隱私政策頁面URL | https://synvox.net/terms |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "I-Know", "short_name": "I-Know", "offline_enabled": true, "version": "6.0.7", "manifest_version": 2, "description": "Never miss an assignment.", "icons": { "128": "icon128.png" }, "permissions": [ "notifications", "alarms", "activeTab" ], "optional_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_title": "I-Know, never miss an assignment", "default_popup": "popup.html", "default_icon": { "128": "icon128.png" } }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |