Just Tweet Button
Just tweet browsing site, without any other features
Qu'est-ce que Just Tweet Button ?
Just Tweet Button est une extension Chrome développée par KaoriYa, et sa fonction principale est "Just tweet browsing site, without any other features".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Just Tweet Button
Téléchargez les fichiers d'extension Just Tweet Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | Just Tweet Button |
ID | feikojefkpembojkeegfajbbfecocddd |
URL Officiel | https://chromewebstore.google.com/detail/just-tweet-button/feikojefkpembojkeegfajbbfecocddd |
Description | Just tweet browsing site, without any other features |
Taille du Fichier | 10.92 KB |
Nombre d'Installations | 7,645 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-06-10 |
Date de Publication | 2017-06-09 |
Évaluation | 4.40/5 Total 42 Évaluations |
Développeur | KaoriYa |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |