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" ] } |