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.
Wat is Asana Responsive Improvements?
Asana Responsive Improvements is een Chrome-extensie ontwikkeld door michaelcook.tech, en de belangrijkste functie is "Responsive style fixes for Asana. People use modern browsers with small windows! As a frontend-developer I'm obliged to take action.".
Download het CRX-bestand van de extensie Asana Responsive Improvements
Download Asana Responsive Improvements-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | ehphecedikcfedfdgjpcklijagnjodcf |
| Officiële URL | https://chromewebstore.google.com/detail/asana-responsive-improvem/ehphecedikcfedfdgjpcklijagnjodcf |
| Beschrijving | Responsive style fixes for Asana. People use modern browsers with small windows! As a frontend-developer I'm obliged to take action. |
| Bestandsgrootte | 154 KB |
| Aantal Installaties | 26 |
| Huidige Versie | 1.0.5 |
| Laatst Bijgewerkt | 2016-10-25 |
| Publicatiedatum | 2016-10-25 |
| Ontwikkelaar | michaelcook.tech |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |