AutoFocus Pro
Automatically focus text boxes! Remembers your focus!
Qu'est-ce que AutoFocus Pro ?
AutoFocus Pro est une extension Chrome développée par https://rubelet.x10.mx, et sa fonction principale est "Automatically focus text boxes! Remembers your focus!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AutoFocus Pro
Téléchargez les fichiers d'extension AutoFocus Pro 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
This chrome extensions allows you to auto focus on page inputs without having to click! To remember to focus on a text box, just hold CTRL+ALT and click once on the text box you want to focus on. When visiting the website again, you can instantly start typing! You can check and edit the website focus in the options popup on the right side of the address bar. Your auto focus choices are synced with your email account so the app can remember your choices anywhere you go!
Informations de Base sur l'Extension
Nom | AutoFocus Pro |
ID | ehlpbiljoppfbljcgkmjgenaolnlkccp |
URL Officiel | https://chromewebstore.google.com/detail/autofocus-pro/ehlpbiljoppfbljcgkmjgenaolnlkccp |
Description | Automatically focus text boxes! Remembers your focus! |
Taille du Fichier | 304 KB |
Nombre d'Installations | 322 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-05-23 |
Date de Publication | 2013-05-23 |
Évaluation | 4.25/5 Total 4 Évaluations |
Développeur | https://rubelet.x10.mx |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AutoFocus Pro", "description": "Automatically focus text boxes! Remembers your focus!", "version": "1.1", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "js\/jquery.js", "js\/events.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/jquery-ui.js", "bootstrap\/js\/bootstrap.min.js", "js\/getsearch.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon-19.png", "default_popup": "popup.html" } } |