Tweet Easy - Grow 10x Faster
Generate tweet ideas and improve your tweets in every aspect, grow your audience faster on X/Twitter!
Tweet Easy - Grow 10x Fasterとは何ですか?
Tweet Easy - Grow 10x FasterはDevin Zhangによって開発されたChromeの拡張機能で、その主な機能は「Generate tweet ideas and improve your tweets in every aspect, grow your audience faster on X/Twitter!」です。
拡張機能のスクリーンショット
Tweet Easy - Grow 10x Faster拡張機能のCRXファイルをダウンロード
Tweet Easy - Grow 10x Faster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Creat engaging posts, get reply ideas, add emoji, change tone of voice, fix spelling and grammar, and translate to English to build your personal brand, all in one tool!
拡張機能の基本情報
名前 | Tweet Easy - Grow 10x Faster |
ID | gepbdjbbpedecdgipbilmbojplopgnkh |
公式URL | https://chromewebstore.google.com/detail/tweet-easy-grow-10x-faste/gepbdjbbpedecdgipbilmbojplopgnkh |
説明 | Generate tweet ideas and improve your tweets in every aspect, grow your audience faster on X/Twitter! |
ファイルサイズ | 62.68 KB |
インストール数 | 109 |
現在のバージョン | 0.2.0 |
最終更新日 | 2024-02-28 |
公開日 | 2023-12-05 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Devin Zhang |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://tweeteasy.io |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweet Easy - Grow 10x Faster", "description": "Generate tweet ideas and improve your tweets in every aspect, grow your audience faster on X\/Twitter!", "version": "0.2.0", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "32": "img\/logo-34.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo-48.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-d136641f.js" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/tweeteasy.io\/*", "http:\/\/localhost:3000\/*" ], "css": [ "assets\/index-5968578b.css" ] } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/logo-16.png", "img\/logo-34.png", "img\/logo-48.png", "img\/logo-128.png", "img\/reload.png" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/twitter.com\/*" ], "resources": [ "img\/reload.png" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/tweeteasy.io\/*", "https:\/\/twitter.com\/*" ], "resources": [ "assets\/chunk-e644f3d7.js" ], "use_dynamic_url": true } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/tweeteasy.io\/", "http:\/\/localhost:3000\/" ] } |