Autotype - Free Text Expander
Eliminate repetitive typing with shortcuts and boost your productivity.
Autotype - Free Text Expander क्या है?
Autotype - Free Text Expander https://autotype.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Eliminate repetitive typing with shortcuts and boost your productivity."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Autotype - Free Text Expander एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Autotype is a text expansion tool that helps you save time and effort by automating your typing. How to use: - Click on the extension icon or the "Open Dashboard" menu item to add/remove shortcuts. - Set your cursor in any text input field. - Press "Ctrl+Space" to open shortcut search. - Select any shortcut to insert its content into the text input field.
एक्सटेंशन की मूल जानकारी
नाम | Autotype - Free Text Expander |
ID | mgcgenippnenmppgfkbhcenpamhbbcna |
आधिकारिक URL | https://chromewebstore.google.com/detail/autotype-free-text-expand/mgcgenippnenmppgfkbhcenpamhbbcna |
विवरण | Eliminate repetitive typing with shortcuts and boost your productivity. |
फ़ाइल का आकार | 20.85 KB |
स्थापना संख्या | 1,043 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2023-03-04 |
प्रकाशन तिथि | 2023-01-01 |
रेटिंग | 3.50/5 कुल 8 रेटिंग्स |
डेवलपर | https://autotype.ai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Autotype - Free Text Expander", "short_name": "Autotype", "version": "1.0.7", "description": "Eliminate repetitive typing with shortcuts and boost your productivity.", "icons": { "16": "images\/logo-16x16.png", "32": "images\/logo-32x32.png", "48": "images\/logo-48x48.png", "128": "images\/logo-128x128.png" }, "permissions": [ "clipboardRead", "contextMenus", "storage", "unlimitedStorage" ], "action": { "default_title": "Click to open dashboard" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/main.css" ] }, { "all_frames": true, "match_about_blank": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/main.js" ] } ], "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "search\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/app.autotype.ai\/*" ] } } |