Text Snippets
Inserts text into any text field at the click of a button.
Text Snippets क्या है?
Text Snippets https://getcrx.cn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inserts text into any text field at the click of a button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Text Snippets एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Support: 1.Manage Text 2. Import / Export Update: - v2.2.0 fixed: can not add texts in folders. To my user: Many users want me to add the ability to store snippets online. I also think it is necessary, and I also have the technology to develop it. However, resources such as the service host require some economic cost. Will you still use it if I charge for it? How much are you willing to pay for it? I want to know your thoughts. --Sigma 2023.2.8 from China
एक्सटेंशन की मूल जानकारी
नाम | Text Snippets |
ID | nfkicldpnflkchmbaliabnplahdhipip |
आधिकारिक URL | https://chromewebstore.google.com/detail/text-snippets/nfkicldpnflkchmbaliabnplahdhipip |
विवरण | Inserts text into any text field at the click of a button. |
फ़ाइल का आकार | 210 KB |
स्थापना संख्या | 8,486 |
वर्तमान संस्करण | 2.2.0 |
अंतिम अपडेट | 2023-02-09 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 2.95/5 कुल 19 रेटिंग्स |
डेवलपर | https://getcrx.cn |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://github.com/g8up/youDaoDict/wiki/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.2.0", "background": { "scripts": [ "js\/store.js", "js\/settings.js", "js\/menu.js", "js\/background.js" ] }, "browser_action": { "default_icon": "gfx\/icon_16.png", "default_title": "Text Snippets Options" }, "content_scripts": [ { "all_frames": false, "js": [ "js\/content.js" ], "matches": [ " |