Tweet Button
Adds Tweet Button to Toolbar
Tweet Buttonとは何ですか?
Tweet Buttonはfoooomioによって開発されたChromeの拡張機能で、その主な機能は「Adds Tweet Button to Toolbar」です。
拡張機能のスクリーンショット
Tweet Button拡張機能のCRXファイルをダウンロード
Tweet Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome Extension that adds Tweet Button to Toolbar This software is released under the MIT License. https://github.com/foooomio/tweet-button-webext
拡張機能の基本情報
名前 | Tweet Button |
ID | joolebahkfpcoapinfefhalfgjkpablf |
公式URL | https://chromewebstore.google.com/detail/tweet-button/joolebahkfpcoapinfefhalfgjkpablf |
説明 | Adds Tweet Button to Toolbar |
ファイルサイズ | 9.26 KB |
インストール数 | 165 |
現在のバージョン | 3.0.0 |
最終更新日 | 2022-05-08 |
公開日 | 2019-01-02 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | foooomio |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/foooomio/tweet-button-webext |
プライバシーポリシーページのURL | https://foooomio.net/extensions/privacy-policy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tweet Button", "description": "Adds Tweet Button to Toolbar", "version": "3.0.0", "action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "activeTab", "scripting" ], "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" } } |