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文件

下载Just Tweet Button mod扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}