Asana Responsive Improvements
Responsive style fixes for Asana. People use modern browsers with small windows! As a frontend-developer I'm obliged to take action.
Cos'è Asana Responsive Improvements?
Asana Responsive Improvements è un'estensione di Chrome sviluppata da michaelcook.tech, e la sua funzione principale è "Responsive style fixes for Asana. People use modern browsers with small windows! As a frontend-developer I'm obliged to take action.".
Scarica il file CRX dell'estensione Asana Responsive Improvements
Scarica i file di estensione Asana Responsive Improvements 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
Responsive style fixes for Asana. People use modern browsers with small windows! As a frontend-developer I'm obliged to take action. This is a non-for-profit extension simply to help with accessibility.
Informazioni di Base sull'Estensione
Nome | Asana Responsive Improvements |
ID | ehphecedikcfedfdgjpcklijagnjodcf |
URL Ufficiale | https://chromewebstore.google.com/detail/asana-responsive-improvem/ehphecedikcfedfdgjpcklijagnjodcf |
Descrizione | Responsive style fixes for Asana. People use modern browsers with small windows! As a frontend-developer I'm obliged to take action. |
Dimensione del File | 154 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2016-10-25 |
Data di Pubblicazione | 2016-10-25 |
Sviluppatore | michaelcook.tech |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "name": "Asana Responsive Improvements", "version": "1.0.5", "description": "Responsive style fixes for Asana. People use modern browsers with small windows! As a frontend-developer I'm obliged to take action.", "manifest_version": 2, "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "19": "icon19.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "name": "Manipulate DOM", "icons": { "16": "icon16.png", "19": "icon19.png", "48": "icon48.png", "128": "icon128.png" }, "default_icon": { "16": "icon16.png", "19": "icon19.png", "48": "icon48.png", "128": "icon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/app.asana.com\/*" ], "css": [ "style.css" ], "js": [ "jquery.js" ] } ], "background": { "persistent": false, "scripts": [ "jquery.js", "background.js" ] }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |