Tweet creator
Summarize any selected text as a tweet
Tweet creator là gì?
Tweet creator là một tiện ích mở rộng Chrome được phát triển bởi https://metaverseprofessional.tech, và tính năng chính của nó là "Summarize any selected text as a tweet".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tweet creator
Tải xuống các tệp mở rộng Tweet creator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
✨ Works on x.com (new Twitter) ✖️ This Chrome Extension allows you to easily generate tweets out of any text you select 👍. Once installed, simply right-click on the text you want to tweet about and choose "Create Tweet about this text" from the context menu. The extension will then automatically generate a tweet based on the selected text 👏, which you can then share with just one click 😉. Whether you're browsing the web in English or any other language 🌎, this extension works seamlessly to generate tweets in any language 🌐 and for any text size 💯. With this extension, you can easily share your thoughts and ideas on Twitter without the hassle of crafting your own tweets from scratch ✍️. 🏆 7 days free trial - (No credit card needed 🚫💳) Developed by 👨💻: Enrique Gamboa & Elias Ordaz Sanchez
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tweet creator |
ID | ihoonofbgnaoiflemilecmfkgoekadoe |
URL Chính Thức | https://chromewebstore.google.com/detail/tweet-creator/ihoonofbgnaoiflemilecmfkgoekadoe |
Mô tả | Summarize any selected text as a tweet |
Kích Thước Tệp | 6.47 MB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2023-08-15 |
Ngày Phát Hành | 2023-07-24 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://metaverseprofessional.tech |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://metaverseprofessional.tech/pages/chrome-extensions |
URL Trang Trợ Giúp | https://metaverseprofessional.tech/pages/contact |
URL Trang Chính Sách Bảo Mật | https://metaverseprofessional.tech/pages/privacy-policy-automatic-trait-generator |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tweet creator", "short_name": "Tweet creator", "version": "2.0.1", "author": "Metaverse Professional", "description": "Summarize any selected text as a tweet", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "ExtPay.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*\/", "https:\/\/*\/" ], "js": [ "ExtPay.js", "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage", "contextMenus" ] } |