Dtexxxt
Dribbble shot description editor
Was ist Dtexxxt?
Dtexxxt ist eine Chrome-Erweiterung, die von ibalajisankar entwickelt wurde, und ihr Hauptmerkmal ist "Dribbble shot description editor".
Erweiterungsscreenshots
Dtexxxt-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dtexxxt-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
DTexxxt helps dribbble users to post text with basic formatting and links easily. The text editor allows you to add, format, copy and paste text in Dribbble in an instant. Hope this simple site is useful for you :)
Grundlegende Informationen zur Erweiterung
Name | Dtexxxt |
ID | oakppeklcndfbdagdihgngadmidfkbkl |
Offizielle URL | https://chromewebstore.google.com/detail/dtexxxt/oakppeklcndfbdagdihgngadmidfkbkl |
Beschreibung | Dribbble shot description editor |
Dateigröße | 150 KB |
Installationsanzahl | 18 |
Aktuelle Version | 0.2 |
Letztes Update | 2019-03-08 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | ibalajisankar |
Zahlungsart | free |
Erweiterungswebsite | https://balajisankar.tech/dtexxxt |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "quill.snow.css", "style.css", "font-awesome.min.css", "emoji.css" ], "js": [ "quill.min.js", "load.js", "js\/jquery.min.js", "js\/config.js", "js\/util.js", "js\/jquery.emojiarea.js", "js\/emoji-picker.js" ], "matches": [ "*:\/\/*.dribbble.com\/*" ] } ], "description": "Dribbble shot description editor", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Dtexxxt", "short_name": "Dtexxxt", "permissions": [ "*:\/\/*.dribbble.com\/*" ], "version": "0.2", "web_accessible_resources": [ "load.js" ] } |