MokaDEV Tools
MokaDEV Tools is a Chrome extension that allows you to easily manage your MokaDEV projects.
MokaDEV Toolsとは何ですか?
MokaDEV ToolsはFPT Polytechnicによって開発されたChromeの拡張機能で、その主な機能は「MokaDEV Tools is a Chrome extension that allows you to easily manage your MokaDEV projects.」です。
拡張機能のスクリーンショット
MokaDEV Tools拡張機能のCRXファイルをダウンロード
MokaDEV Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Cập nhật mới: Tin nhắn vô hình. Chat message với nhau cả 2 cài extension mới thấy được. Muốn tin nhắn gửi đi là vô hình thì làm như sau >Nội dung cần ẩn< là được. Tiện ích mở rộng nhằm giúp người dùng có nhiều lựa chọn cảm xúc vào story của những người bạn trên facebook hơn. Các tính năng: Thả cảm xúc vào story. Nhắn tin tàn hình.
拡張機能の基本情報
名前 | MokaDEV Tools |
ID | eonbfjmekljhpbnmlgblcgiginohfhjk |
公式URL | https://chromewebstore.google.com/detail/mokadev-tools/eonbfjmekljhpbnmlgblcgiginohfhjk |
説明 | MokaDEV Tools is a Chrome extension that allows you to easily manage your MokaDEV projects. |
ファイルサイズ | 250 KB |
インストール数 | 203 |
現在のバージョン | 2.0.6 |
最終更新日 | 2023-08-23 |
公開日 | 2021-03-02 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | FPT Polytechnic |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.6", "manifest_version": 3, "name": "MokaDEV Tools", "description": "MokaDEV Tools is a Chrome extension that allows you to easily manage your MokaDEV projects.", "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "128": "\/images\/icon.png" }, "default_title": "MokaDEV Tools", "default_popup": "\/views\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "js\/content.js" ], "run_at": "document_start", "css": [ "css\/app.css" ] } ], "icons": { "16": "images\/icon.png", "128": "\/images\/icon.png" }, "permissions": [ "scripting", "tabs", "contextMenus", "storage", "activeTab" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "js\/emoji.json", "js\/hidden.js", "js\/popup.js", "content\/none.png", "vendor\/Jcrop.gif" ], "matches": [ " |