Just Tweet Button
Just tweet browsing site, without any other features
Co to jest Just Tweet Button?
Just Tweet Button to rozszerzenie Chrome opracowane przez KaoriYa, a jego główną funkcją jest „Just tweet browsing site, without any other features”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Just Tweet Button
Pobierz pliki rozszerzeń Just Tweet Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Very very very simple tweet button. Just tweet current site title and URL. No other features like the count. You cat get whole source codes from here: https://github.com/koron/JustTweet Changes in 1.1: * Add "tabs" permission to work with new version of Chrome. * Change prefix for page title as "»". (it will be configurable in future version)
Podstawowe informacje o rozszerzeniu
Nazwa | Just Tweet Button |
ID | feikojefkpembojkeegfajbbfecocddd |
Oficjalny URL | https://chromewebstore.google.com/detail/just-tweet-button/feikojefkpembojkeegfajbbfecocddd |
Opis | Just tweet browsing site, without any other features |
Rozmiar pliku | 10.92 KB |
Liczba instalacji | 7,645 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-06-10 |
Data Publikacji | 2017-06-09 |
Ocena | 4.40/5 Łącznie 42 Oceny |
Deweloper | KaoriYa |
Typ Płatności | free |
Obsługiwane Języki | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.1", "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" ] }, "permissions": [ "tabs" ] } |