Any tweet button
Opens the optimal Tweet screen for the page you are looking at.
Any tweet buttonคืออะไร?
Any tweet button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hazi.jp และคุณลักษณะหลักของมันคือ "Opens the optimal Tweet screen for the page you are looking at."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Any tweet button
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Any tweet button |
ID | ogpcalajfflmgghkonielmclipbclpdj |
URL อย่างเป็นทางการ | 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 } |