Gmail Floating Subject
Make email's subject float on scroll
Wat is Gmail Floating Subject?
Gmail Floating Subject is een Chrome-extensie ontwikkeld door Assaf Shahaf, en de belangrijkste functie is "Make email's subject float on scroll".
Extensie Screenshots
Download het CRX-bestand van de extensie Gmail Floating Subject
Download Gmail Floating Subject-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | phjkbhcdnomlkfcbcebgbjnfcndfadfh |
Officiële URL | https://chrome.google.com/webstore/detail/gmail-floating-subject/phjkbhcdnomlkfcbcebgbjnfcndfadfh |
Beschrijving | Make email's subject float on scroll |
Bestandsgrootte | 64.94 KB |
Aantal Installaties | 45 |
Huidige Versie | 0.0.0.12 |
Laatst Bijgewerkt | 2015-10-04 |
Publicatiedatum | 2015-10-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Assaf Shahaf |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |