Gmail Floating Subject
Make email's subject float on scroll
Gmail Floating Subjectとは何ですか?
Gmail Floating SubjectはAssaf Shahafによって開発されたChromeの拡張機能で、その主な機能は「Make email's subject float on scroll」です。
拡張機能のスクリーンショット
Gmail Floating Subject拡張機能のCRXファイルをダウンロード
Gmail Floating Subject拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make the subject of an email float on top of the email upon scroll. See screenshot in order to review the script for security reasons.
拡張機能の基本情報
名前 | |
ID | phjkbhcdnomlkfcbcebgbjnfcndfadfh |
公式URL | https://chrome.google.com/webstore/detail/gmail-floating-subject/phjkbhcdnomlkfcbcebgbjnfcndfadfh |
説明 | Make email's subject float on scroll |
ファイルサイズ | 64.94 KB |
インストール数 | 45 |
現在のバージョン | 0.0.0.12 |
最終更新日 | 2015-10-04 |
公開日 | 2015-10-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Assaf Shahaf |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Floating Subject", "version": "0.0.0.12", "manifest_version": 2, "description": "Make email's subject float on scroll", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "contentscript.js" ], "run_at": "document_end", "all_frames": true, "matches": [ "https:\/\/mail.google.com\/*" ] } ], "web_accessible_resources": [ "jquery.js", "icon.png", "script.js" ] } |