Default Player for Google Drive™
Open any audio or image in the default viewer on Google Drive™, Google Classroom™ and Gmail™
什麼是Default Player for Google Drive™?
Default Player for Google Drive™是由nmihaly0113開發的Chrome擴展程式,該擴展的主要功能是“Open any audio or image in the default viewer on Google Drive™, Google Classroom™ and Gmail™”。
擴展截圖
下載Default Player for Google Drive™擴展crx文件
下載Default Player for Google Drive™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
⭐ Open any audio or image in the default Chromium viewer, instead of the unusable audio player and image viewer Google uses in some of their products like Google Drive. Supported websites: ✔️ Google Drive™ ✔️ Google Classroom™ ✔️ Gmail™ ❗ The purpose of this extension is to enable you to use the built-in audio player and image viewer. However, they are very similar to the ones Google uses on their websites, so I definitely recommend using the extensions listed below for the best experience: 🎵 BetterPlayer for the audios, made by narcolepticinsomniac: https://chrome.google.com/webstore/detail/betterplayer/dbcfpoaehlbfdeeaonihhkoocmjgalco 🖼️ Image Viewer+ for the images, made by Skyfighteer: https://chrome.google.com/webstore/detail/image-viewer%20-a-modern-im/lbdkjmcmikdimbaclamdopflohiidbpn ❓ Contact me to request any website from Google that you would like to see being added to the supported sites!
擴展基本資訊
名稱 | Default Player for Google Drive™ |
ID | apabcmdcfnkihagpfoldofolhaocpcpk |
官方網址 | https://chromewebstore.google.com/detail/default-player-for-google/apabcmdcfnkihagpfoldofolhaocpcpk |
簡介 | Open any audio or image in the default viewer on Google Drive™, Google Classroom™ and Gmail™ |
檔案大小 | 29.45 KB |
安裝次數 | 101 |
目前版本 | 1.0.2 |
更新時間 | 2022-09-30 |
上架時間 | 2022-05-02 |
評分 | 5.00/5 共 1 次評分 |
開發者 | nmihaly0113 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Default Player for Google Drive\u2122", "description": "Open any audio or image in the default viewer on Google Drive\u2122, Google Classroom\u2122 and Gmail\u2122", "author": "Skyfighteer", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/drive.google.com\/*", "https:\/\/mail.google.com\/*", "https:\/\/classroom.google.com\/*" ], "js": [ "content-script.js", "arrive.js" ], "run_at": "document_start" } ] } |