Just Tweet Button mod
Just tweet browsing site.You can change the Prefix and window size.
Cos'è Just Tweet Button mod?
Just Tweet Button mod è un'estensione di Chrome sviluppata da yoshiteru, e la sua funzione principale è "Just tweet browsing site.You can change the Prefix and window size.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Just Tweet Button mod
Scarica i file di estensione Just Tweet Button mod in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :.
Informazioni di Base sull'Estensione
Nome | Just Tweet Button mod |
ID | ldlnplkhnncjkancombeidklmdpfpgkn |
URL Ufficiale | https://chromewebstore.google.com/detail/just-tweet-button-mod/ldlnplkhnncjkancombeidklmdpfpgkn |
Descrizione | Just tweet browsing site.You can change the Prefix and window size. |
Dimensione del File | 16.14 KB |
Conteggio Installazioni | 300 |
Versione Corrente | 1.51 |
Ultimo Aggiornamento | 2021-07-10 |
Data di Pubblicazione | 2020-10-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | yoshiteru |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://yoshiteru-nakamura.github.io/JustTweetmod/index.html |
URL della Pagina della Politica sulla Privacy | https://yoshiteru-nakamura.github.io/privacy |
Lingue Supportate | 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" ] } |