Gmail Floating Subject
Make email's subject float on scroll
Vad är Gmail Floating Subject?
Gmail Floating Subject är en Chrome-tillägg utvecklad av Assaf Shahaf, och dess huvudfunktion är "Make email's subject float on scroll".
Tilläggsskärmbilder
Ladda ner Gmail Floating Subject-förlängningens CRX-fil
Ladda ner Gmail Floating Subject-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | phjkbhcdnomlkfcbcebgbjnfcndfadfh |
Officiell webbadress | https://chrome.google.com/webstore/detail/gmail-floating-subject/phjkbhcdnomlkfcbcebgbjnfcndfadfh |
Beskrivning | Make email's subject float on scroll |
Filstorlek | 64.94 KB |
Antal Installationer | 45 |
Aktuell Version | 0.0.0.12 |
Senast Uppdaterad | 2015-10-04 |
Publiceringsdatum | 2015-10-04 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Assaf Shahaf |
Betalningssätt | free |
Stödda Språk | 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" ] } |