Just Tweet Button
Just tweet browsing site, without any other features
¿Qué es Just Tweet Button?
Just Tweet Button es una extensión de Chrome desarrollada por KaoriYa, y su función principal es "Just tweet browsing site, without any other features".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Just Tweet Button
Descarga archivos de extensión Just Tweet Button en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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)
Información Básica de la Extensión
Nombre | Just Tweet Button |
ID | feikojefkpembojkeegfajbbfecocddd |
URL Oficial | https://chromewebstore.google.com/detail/just-tweet-button/feikojefkpembojkeegfajbbfecocddd |
Descripción | Just tweet browsing site, without any other features |
Tamaño del Archivo | 10.92 KB |
Cantidad de Instalaciones | 7,645 |
Versión Actual | 1.1 |
Última Actualización | 2017-06-10 |
Fecha de Publicación | 2017-06-09 |
Calificación | 4.40/5 Total de 42 Calificaciones |
Desarrollador | KaoriYa |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |