Just Tweet Button
Just tweet browsing site, without any other features
Vad är Just Tweet Button?
Just Tweet Button är en Chrome-tillägg utvecklad av KaoriYa, och dess huvudfunktion är "Just tweet browsing site, without any other features".
Tilläggsskärmbilder
Ladda ner Just Tweet Button-förlängningens CRX-fil
Ladda ner Just Tweet Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | Just Tweet Button |
ID | feikojefkpembojkeegfajbbfecocddd |
Officiell webbadress | https://chromewebstore.google.com/detail/just-tweet-button/feikojefkpembojkeegfajbbfecocddd |
Beskrivning | Just tweet browsing site, without any other features |
Filstorlek | 10.92 KB |
Antal Installationer | 7,645 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-06-10 |
Publiceringsdatum | 2017-06-09 |
Betyg | 4.40/5 Totalt 42 Betyg |
Utvecklare | KaoriYa |
Betalningssätt | free |
Stödda Språk | 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" ] } |