Automatic GMail Editor Toolbar
Shows editor toolbar automatically when sending a new mail in Gmail.
什麼是Automatic GMail Editor Toolbar?
Automatic GMail Editor Toolbar是由The SmartTHING Limited開發的Chrome擴展程式,該擴展的主要功能是“Shows editor toolbar automatically when sending a new mail in Gmail.”。
擴展截圖
下載Automatic GMail Editor Toolbar擴展crx文件
下載Automatic GMail Editor Toolbar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Automatic GMail Editor Toolbar |
ID | hnipkcglmifdjopegjpidombdofdbbdd |
官方網址 | https://chromewebstore.google.com/detail/automatic-gmail-editor-to/hnipkcglmifdjopegjpidombdofdbbdd |
簡介 | Shows editor toolbar automatically when sending a new mail in Gmail. |
檔案大小 | 3.49 KB |
安裝次數 | 34 |
目前版本 | 1.5 |
更新時間 | 2014-02-06 |
上架時間 | 2014-02-06 |
開發者 | The SmartTHING Limited |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.smartthing.org/privacy-policy |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "gmaileditor.user.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Shows editor toolbar automatically when sending a new mail in Gmail.", "name": "Automatic GMail Editor Toolbar", "version": "1.5" } |