Dtexxxt
Dribbble shot description editor
什么是Dtexxxt?
Dtexxxt是由ibalajisankar开发的Chrome扩展程序,该扩展的主要功能是“Dribbble shot description editor”。
扩展截图
下载Dtexxxt扩展crx文件
下载Dtexxxt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 :)
扩展基本信息
名称 | Dtexxxt |
ID | oakppeklcndfbdagdihgngadmidfkbkl |
官方URL | https://chromewebstore.google.com/detail/dtexxxt/oakppeklcndfbdagdihgngadmidfkbkl |
简介 | Dribbble shot description editor |
文件大小 | 150 KB |
安装次数 | 18 |
当前版本 | 0.2 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 1.00/5 共1次评分 |
开发者 | ibalajisankar |
付费类型 | free |
扩展官网 | https://balajisankar.tech/dtexxxt |
支持的语言 | 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" ] } |