Any tweet button
Opens the optimal Tweet screen for the page you are looking at.
什麼是Any tweet button?
Any tweet button是由https://hazi.jp開發的Chrome擴展程式,該擴展的主要功能是“Opens the optimal Tweet screen for the page you are looking at.”。
擴展截圖
下載Any tweet button擴展crx文件
下載Any tweet button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Generates a Tweet sentence for the current page and displays the Tweet screen.
It will look for the presence of a Tweet button on the page, and if it is present, it will do the same thing as pressing it, and if it is not, it will generate a simple tweet statement by referring to the meta tag information, etc.
Release history
v0.1.5
* Added Japanese description
v0.1.4
* Fixed an issue where URLs starting with `//` would not work properly.
v0.1.3
* Fixed a problem where URLs starting with `/` could not be converted to URLs starting with http.
v0.1.2
* Fixed the problem that some tweet links starting from http cannot be detected
v 0.1.1 Amazon URL optimization and bugfix
* Amazon URL optimization
* Corresponds to URLs starting with //
* Remove allhosts, tabs permissions
v 0.1 Publish 擴展基本資訊
| 名稱 | |
| ID | ogpcalajfflmgghkonielmclipbclpdj |
| 官方網址 | https://chromewebstore.google.com/detail/any-tweet-button/ogpcalajfflmgghkonielmclipbclpdj |
| 簡介 | Opens the optimal Tweet screen for the page you are looking at. |
| 檔案大小 | 21.84 KB |
| 安裝次數 | 54 |
| 目前版本 | 0.1.5 |
| 更新時間 | 2021-07-07 |
| 上架時間 | 2020-04-21 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://hazi.jp |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/hazi/any_tweet_button |
| 說明頁面URL | https://github.com/hazi/any_tweet_button |
| 支援的語言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "HAZI",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"short_name": "Any tweet",
"version": "0.1.5",
"homepage_url": "https:\/\/hazi.jp",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"32": "images\/icon.png",
"64": "images\/[email protected]",
"96": "images\/[email protected]",
"128": "images\/[email protected]"
}
},
"icons": {
"32": "images\/icon.png",
"64": "images\/[email protected]",
"96": "images\/[email protected]",
"128": "images\/[email protected]"
},
"manifest_version": 2
} | |