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 擴展基本資訊
| 名稱 | |
| ID | joolebahkfpcoapinfefhalfgjkpablf |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |