Just Tweet Button mod

Just tweet browsing site.You can change the Prefix and window size.

Just Tweet Button mod란 무엇입니까?

Just Tweet Button mod은(는) yoshiteru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just tweet browsing site.You can change the Prefix and window size."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Just Tweet Button mod 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        It is a button to tweet the site you are currently viewing.
This extension is a modification of "Just Tweet Button". Thank you to the original author.

If you like it, I would be grateful if you could rate it.

1.51
Exclude youtube from UTM automatic deletion.

1.50
The UTM parameter is now deleted automatically.

1.41
The option setting window is automatically closed when it is saved.
I stopped using "var" to declare variables.

1.40
Added consideration for the morning and evening editions of the Nihon Keizai Shimbun.
Replace the URL as follows:
Before replacement: https://www.nikkei.com/paper/article/ ~
After replacement: https://www.nikkei.com/article/ ~

1.30
The width size and display location of the window can be selected.
(9 types of half, 3 division, 4 division)

1.20
The prefix can be changed to any wording.
I changed the icon.

1.11
I modified the Prefix and window size to my liking.It is displayed in the right half of the screen with the prefix NowBrowsing :.                    

확장 프로그램 기본 정보

이름 Just Tweet Button mod Just Tweet Button mod
ID ldlnplkhnncjkancombeidklmdpfpgkn
공식 URL https://chromewebstore.google.com/detail/just-tweet-button-mod/ldlnplkhnncjkancombeidklmdpfpgkn
설명 Just tweet browsing site.You can change the Prefix and window size.
파일 크기 16.14 KB
설치 횟수 300
현재 버전 1.51
최근 업데이트 2021-07-10
출시 날짜 2020-10-13
평점 5.00/5 총 1 개의 평점
개발자 yoshiteru
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://yoshiteru-nakamura.github.io/JustTweetmod/index.html
개인정보 보호 정책 페이지 URL https://yoshiteru-nakamura.github.io/privacy
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.51",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "__MSG_buttonTip__"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "option.html",
    "permissions": [
        "tabs"
    ]
}