Gmail Floating Subject
Make email's subject float on scroll
Was ist Gmail Floating Subject?
Gmail Floating Subject ist eine Chrome-Erweiterung, die von Assaf Shahaf entwickelt wurde, und ihr Hauptmerkmal ist "Make email's subject float on scroll".
Erweiterungsscreenshots
Gmail Floating Subject-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gmail Floating Subject-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | phjkbhcdnomlkfcbcebgbjnfcndfadfh |
Offizielle URL | https://chrome.google.com/webstore/detail/gmail-floating-subject/phjkbhcdnomlkfcbcebgbjnfcndfadfh |
Beschreibung | Make email's subject float on scroll |
Dateigröße | 64.94 KB |
Installationsanzahl | 45 |
Aktuelle Version | 0.0.0.12 |
Letztes Update | 2015-10-04 |
Veröffentlichungsdatum | 2015-10-04 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Assaf Shahaf |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |