Gmail Attachments-To-Top
Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%
Gmail Attachments-To-Topとは何ですか?
Gmail Attachments-To-Topはhttps://www.jsabo.netによって開発されたChromeの拡張機能で、その主な機能は「Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%」です。
拡張機能のスクリーンショット
Gmail Attachments-To-Top拡張機能のCRXファイルをダウンロード
Gmail Attachments-To-Top拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%. To then download the file, you need to preview the file, then click download in the top right.                     拡張機能の基本情報
| 名前 |   |  
| ID | mejlnmfjopkholenbkppcipminekbbeg | 
| 公式URL | https://chromewebstore.google.com/detail/gmail-attachments-to-top/mejlnmfjopkholenbkppcipminekbbeg | 
| 説明 | Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100% | 
| ファイルサイズ | 75 KB | 
| インストール数 | 25,490 | 
| 現在のバージョン | 1.3 | 
| 最終更新日 | 2019-11-04 | 
| 公開日 | 2019-11-04 | 
| 評価 | 2.41/5 合計 29 レビュー | 
| 開発者 | https://www.jsabo.net | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | http://www.jsabo.net | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail Attachments-To-Top",
    "description": "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%",
    "version": "1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "jquery-3.4.1.slim.js",
                "custom.js"
            ]
        }
    ]
}  |  |