Dtexxxt
Dribbble shot description editor
What is Dtexxxt?
Dtexxxt is a Chrome extension developed by ibalajisankar, and its main feature is "Dribbble shot description editor".
Extension Screenshots
Download Dtexxxt Extension CRX File
Download Dtexxxt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 :)
Extension Basic Information
Name | Dtexxxt |
ID | oakppeklcndfbdagdihgngadmidfkbkl |
Official URL | https://chromewebstore.google.com/detail/dtexxxt/oakppeklcndfbdagdihgngadmidfkbkl |
Description | Dribbble shot description editor |
File Size | 150 KB |
Installation Count | 18 |
Current Version | 0.2 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 1.00/5 Total 1 Ratings |
Developer | ibalajisankar |
Payment Type | free |
Extension Website | https://balajisankar.tech/dtexxxt |
Supported Languages | 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" ] } |