Flexer
Mobile/Responsive Web Testing for Front-End Web Developers
Qu'est-ce que Flexer ?
Flexer est une extension Chrome développée par Derek Story, et sa fonction principale est "Mobile/Responsive Web Testing for Front-End Web Developers".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Flexer
Téléchargez les fichiers d'extension Flexer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Flexer provides efficient mobile/responsive web testing for web developers. Quickly navigate through options using quick commands to free yourself from clicking through an array of options. Flexer accurately emulates the most popular mobile devices on the market. Flexer allows you to instantly resize the viewport/window without the need to touch your mouse. You get a mobile browser at the touch of a button. Instructions: 1. Install 2. Enable Flexer for a site domain by right clicking on the site page and choosing "Add Domain" under the Flexer options. 3. Reload the page and hit M (be sure nothing on the page is in focus. example: textbox) to open/close the Flexer mobile viewer. (Or open from the right-click context menu) 4. You should now be in the mobile mode. Quick Commands: Toggle Mobile Viewer: M Phone View: J Tablet View: K Toggle Landscape View: L Refresh Viewer: R For feature request, bug reports or general comments, please use the support tab or email me directly at: [email protected]
Informations de Base sur l'Extension
Nom | Flexer |
ID | ooieopaimbegfibodhhdkfpljnnjmabg |
URL Officiel | https://chromewebstore.google.com/detail/flexer/ooieopaimbegfibodhhdkfpljnnjmabg |
Description | Mobile/Responsive Web Testing for Front-End Web Developers |
Taille du Fichier | 53.04 KB |
Nombre d'Installations | 235 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-11-16 |
Date de Publication | 2015-11-16 |
Évaluation | 3.20/5 Total 5 Évaluations |
Développeur | Derek Story |
Type de Paiement | free |
Site Web de l'Extension | http://github.com/derekstory |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flexer", "description": "Mobile\/Responsive Web Testing for Front-End Web Developers", "version": "1.0", "manifest_version": 2, "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "images\/*", "html\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "css": [ "css\/style.css" ], "js": [ "js\/jquery.js", "js\/mobile_viewer.js" ] } ], "background": { "scripts": [ "js\/context_menu.js" ] }, "permissions": [ "storage", "contextMenus" ] } |