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" ] } |