Mojito - Mint with a kick...
Mint Customizations
Cos'è Mojito - Mint with a kick...?
Mojito - Mint with a kick... è un'estensione di Chrome sviluppata da https://fixingmint.wordpress.com, e la sua funzione principale è "Mint Customizations".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mojito - Mint with a kick...
Scarica i file di estensione Mojito - Mint with a kick... in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
VERY IMPORTANT! None of your Mint data is shared with the developer. All tweaks are done locally on-the-fly (No cross-origin XMLHttpRequests). Google removed the ability for developers to monetize their extensions. You can still buy me a mojito, though! ¯\_(ツ)_/¯ ==Features== - Option to hides Bill Reminders from Overview Page - Option to hide loan accounts with zero balance - Save 'bookmarks' for loan calculations! - Recent transactions with Notes show a small note Icon. Hover over the transaction description to see the note text (Only available in recent transactions for Overview page for now). - Your favorite sort preference is now remembered across sessions and page refreshes. Each account section can have a different default sort order. - Option to disable Mint annoyingly short timeout (See screenshot). - Print View for Transactions (BETA) - Adds recent transactions section right on the Overview page. - Layout Options: You can specify which sections of the Overview page should appear (i.e. Alerts, Upcoming Bills, etc...) - Ability to hide credit card accounts with zero balances - Account Sorting This extension automatically sorts accounts by balance AND also adds a button next to each Account section in Mint.com (i.e. Cash, Credit Cards, Loans, etc..). This button allows users to sort their accounts by their desired sorting preference (ascending,descending or alphabetically). ==Known Issues== Found an issue? Let me know! For Print View rows may be cut in half between pages (Webkit/Chrome Bug) ==Changelog== Version 2.0.1 - Added Dark mode for Overview - Renamed Mojito link to Mojito Options Version 2.0 - Fixed to work with new Mint UI Version 1.68 - Narrowed Chrome security permissions (needs less permission than last version) - Do not run on Mint Homepage (before logging in) Version 1.67 - Ported to Manifest v3 - Remove gigantic top banner on homepage Version 1.66 - Fixed Color Balances not working - Switch to Use native Mint.com functionality to hide overview features - Misc bug fixes Version 1.63 - Fix styling issue with sorting functionality. Version 1.62 - Breakfix modules not hiding after new Mint UI - CSS tweaks to increase information density Version 1.61 -New! Save Loan calcs as bookmarks Version 1.60.1 - Fix excess whitespace between accounts and transactions on Overview page Version 1.60 - New! Loan Repayment Calculator (Subscribers). Also available in Free Mode until 1/14. Version 1.59 - Grandfathered users who first installed the extension before 5/31/14 - Added Bill Reminders toggle option again Version 1.58 - Transactions Filters functionality no longer triggers 'View your browsing history' permission. Version 1.57 - Fixed Transaction filters not working. - Fixed Bills sections not hiding - Remove 'Recommendation' ads from Transactions page Version 1.56 - Bugfixes. Added ability to hide loans Version 1.54 - Bugfixes Version 1.53 - Fixed Advice module not being hidden - Fixed Recent Transactions Table width - Added option to use old fonts - Added option to not color account balances - Save your eyes! change color of Budget links to something more readable - Version 1.52 - Fixed transaction filter buttons not showing after latest Mint CSS update Version 1.43.4 - Fixed Mint.com bug where Everything else transactions do not open in new tab Version 1.43.3 - Fixed Javascript error after Mint removed Ways to Save module. Version 1.43.1 - Added options to hide Credit Score Module - Fixed Investments sorting Version 1.43 - Notes icon in Recent Transactions - Ability to hide Transactions module from Overview page. Not that you would like to do that, right ;) Version 1.42 - Bug fix for options not saving. - Bug fix Icons not loading in Linux Version 1.41 - Added ability to remember default sort preference - Changed budget items with exactly $0.0 left to show as green instead of yellow. Version 1.40 - Fixed issue where accounts were unsorted again after an account refresh. - Fixed bug where sorting would mess-up the alert icon for accounts with connection problems. - Added hover-effect for Recent Transactions Version 1.39.2 - Fixed bug where Recent transactions module would show twice in some cases - Fixed timeout not clearing. Version 1.39 - Fixed bug where extension did not load upon initial login. - Added shortcut to options page and version number. - Added Google Analytics (anonymous extension usage statistics) Version 1.38 - Updated package after Mint.com updated their homepage markup Version 1.37 - Revamped Options page UI - New feature! Disable Mint timeout. Version 1.36 - Alpha sort now uses account nickname as secondary sort criteria. - Mouse over a recent transaction shows a tooltip with the transaction category Version 1.35 - Added 'See More' button for Recent transactions Version 1.34 -Fixed bug missing minus sign in recent transactions Version 1.33 - Added CSS stylesheet to support printing reports from the transactions page Version 1.32 - UI Tweaks recent transactions Version 1.30 - Added Recent Transactions section to Overview Page - Performance improvements Version 1.21 - Fixed JavaScript error when no sections have been hidden. Version 1.2 - Added Options page Version 1.1 - Fixed bug where accounts would not sort upon load - Faster initial account sort - Removed Extension button since is not needed - Removed console debug messages
Informazioni di Base sull'Estensione
Nome | Mojito - Mint with a kick... |
ID | akfnkdbpccapkganipclkhgppknhjlee |
URL Ufficiale | https://chromewebstore.google.com/detail/mojito-mint-with-a-kick/akfnkdbpccapkganipclkhgppknhjlee |
Descrizione | Mint Customizations |
Dimensione del File | 1.21 MB |
Conteggio Installazioni | 2,010 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2023-08-05 |
Data di Pubblicazione | 2018-08-13 |
Valutazione | 3.33/5 Totale 127 Valutazioni |
Sviluppatore | https://fixingmint.wordpress.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://fixingmint.wordpress.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "name": "Mojito - Mint with a kick...", "short_name": "Mojito", "description": "Mint Customizations", "version": "2.0.1", "version_name": "2.0", "minimum_chrome_version": "99", "options_page": "views\/options.html", "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/mint.intuit.com\/*" ], "exclude_matches": [ "*:\/\/mint.intuit.com\/" ], "css": [ "css\/mojito.css", "css\/print.css", "css\/pikaday.css" ], "js": [ "scripts\/contentscripts.js" ] } ], "background": { "service_worker": "scripts\/background.js" }, "web_accessible_resources": [ { "resources": [ "images\/*.png", "images\/*.gif", "css\/mojito.css", "css\/print.css", "css\/pikaday.css", "views\/*.html" ], "matches": [ "*:\/\/mint.intuit.com\/*" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh0Pc2f3spVLg6pXfjmED\/ENZ0HG+jrRrEmfnKQz9gTL1qGOI3maemKaq0GG0E9SzAbSnbkKdCJCx\/nOLwvNsjby2aiGWupAEOIGCGNfHNpPfkuUvJRReht3kXbFpbw1A4ze4YoTFBqtaNciJZzzMPmZc3I1gGPB2fmKBhzyW\/mtch7x5LXTXc7fJTBpMKzGn2BQH+Kd6LqNkCkaDnVE0MbfFBsGpRd8a32Y6IIWpGluz1eXc0I7y94i9VvkvpMSmVNWJZXEZxgVHj1H4qQh3WL2PkWIWMrHikqJkWqsLWKFAn26fMGQZU9JPqNBqdAyI4RnxBoBNTyHiX0ad3uVnHQIDAQAB", "permissions": [ "storage" ] } |