Dtexxxt
Dribbble shot description editor
Wat is Dtexxxt?
Dtexxxt is een Chrome-extensie ontwikkeld door ibalajisankar, en de belangrijkste functie is "Dribbble shot description editor".
Extensie Screenshots
Download het CRX-bestand van de extensie Dtexxxt
Download Dtexxxt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 :)
Basisinformatie over de Extensie
Naam | Dtexxxt |
ID | oakppeklcndfbdagdihgngadmidfkbkl |
Officiële URL | https://chromewebstore.google.com/detail/dtexxxt/oakppeklcndfbdagdihgngadmidfkbkl |
Beschrijving | Dribbble shot description editor |
Bestandsgrootte | 150 KB |
Aantal Installaties | 18 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ibalajisankar |
Betalingswijze | free |
Extensiewebsite | https://balajisankar.tech/dtexxxt |
Ondersteunde Talen | 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" ] } |