Gmail reverse conversation
The addon which reverse emails in conversation view.
Gmail reverse conversationとは何ですか?
Gmail reverse conversationはspajによって開発されたChromeの拡張機能で、その主な機能は「The addon which reverse emails in conversation view.」です。
拡張機能のスクリーンショット
Gmail reverse conversation拡張機能のCRXファイルをダウンロード
Gmail reverse conversation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Gmail reverse conversation (thread) view. Do you like newest message on the top in conversation view? Now you can do it with this simple addon. It reverse email order in thread. No javascript, css only. Instruction: https://gitlab.com/redribbon/gmail-reverse/blob/master/README.md Source code: https://gitlab.com/redribbon/gmail-reverse
拡張機能の基本情報
名前 | Gmail reverse conversation |
ID | kfgepjmmgamniaefbjlbacahkjjnjoaa |
公式URL | https://chromewebstore.google.com/detail/gmail-reverse-conversatio/kfgepjmmgamniaefbjlbacahkjjnjoaa |
説明 | The addon which reverse emails in conversation view. |
ファイルサイズ | 9.49 KB |
インストール数 | 376,793 |
現在のバージョン | 0.0.8 |
最終更新日 | 2023-08-02 |
公開日 | 2018-11-23 |
評価 | 4.70/5 合計 236 レビュー |
開発者 | spaj |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://gitlab.com/redribbon/gmail-reverse |
対応言語 | en |
manifest.json | |
{ "content_scripts": [ { "all_frames": false, "js": [ "js\/gmail-reverse-conversation.js" ], "matches": [ "https:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "description": "The addon which reverse emails in conversation view.", "icons": { "24": "img\/icon_24.png", "48": "img\/icon_48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjIcVFporR1avQJz5el4dLlP9leM3s\/pm3DX6zvPg0PNzTDNg0Qu9Y+dxjbdjJuToeMaQlwfct+qG\/QRaz3AQT5iKaHiwN\/OuPzyXcUjidfHS7kuz2O94kfaYDDu5VKbx+FlEuwdeepOldOxaqZSIOYFOLa9PI+wDbXkwTWUnq2ONE3XzBMlv4y0E7WHwfam3tKVq8y28OGlg6PrhPlb21npgRyV7A4uQf5OlI4KCs8g4V14K9pTpJ\/p5Zg6g6l+3nUmS\/3aPw2ldSZYbS3iB58cF7nuSFbwossatVWrJTVctFTRq6KMfcN\/A6jJzrpXHY+oHaDojMpss9woIpthG7wIDAQAB", "manifest_version": 3, "name": "Gmail reverse conversation", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.8", "web_accessible_resources": [ { "resources": [ "js\/gmail-reverse-conversation.js", "img\/*.png", "css\/gmail-reverse-conversation.css" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ] } |