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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
✨ 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 |
공식 URL | 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" ] } |