Text Snippets
Inserts text into any text field at the click of a button.
Was ist Text Snippets?
Text Snippets ist eine Chrome-Erweiterung, die von https://getcrx.cn entwickelt wurde, und ihr Hauptmerkmal ist "Inserts text into any text field at the click of a button.".
Erweiterungsscreenshots
Text Snippets-Erweiterungs-CRX-Datei herunterladen
Laden Sie Text Snippets-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Text Snippets |
ID | nfkicldpnflkchmbaliabnplahdhipip |
Offizielle URL | https://chromewebstore.google.com/detail/text-snippets/nfkicldpnflkchmbaliabnplahdhipip |
Beschreibung | Inserts text into any text field at the click of a button. |
Dateigröße | 210 KB |
Installationsanzahl | 8,486 |
Aktuelle Version | 2.2.0 |
Letztes Update | 2023-02-09 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 2.95/5 Insgesamt 19 Bewertungen |
Entwickler | https://getcrx.cn |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://github.com/g8up/youDaoDict/wiki/privacy |
Unterstützte Sprachen | 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": [ " |