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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just tweet browsing site.You can change the Prefix and window size."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Just Tweet Button mod एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}