Tweet creator
Summarize any selected text as a tweet
什麼是Tweet creator?
Tweet creator是由https://metaverseprofessional.tech開發的Chrome擴展程式,該擴展的主要功能是“Summarize any selected text as a tweet”。
擴展截圖
下載Tweet creator擴展crx文件
下載Tweet creator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
✨ 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
擴展基本資訊
名稱 | Tweet creator |
ID | ihoonofbgnaoiflemilecmfkgoekadoe |
官方網址 | https://chromewebstore.google.com/detail/tweet-creator/ihoonofbgnaoiflemilecmfkgoekadoe |
簡介 | Summarize any selected text as a tweet |
檔案大小 | 6.47 MB |
安裝次數 | 35 |
目前版本 | 2.0.1 |
更新時間 | 2023-08-15 |
上架時間 | 2023-07-24 |
評分 | 3.67/5 共 3 次評分 |
開發者 | https://metaverseprofessional.tech |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://metaverseprofessional.tech/pages/chrome-extensions |
說明頁面URL | https://metaverseprofessional.tech/pages/contact |
隱私政策頁面URL | https://metaverseprofessional.tech/pages/privacy-policy-automatic-trait-generator |
支援的語言 | 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" ] } |