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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |