Tweet Page
A button that lets you tweet the current page title and url.
¿Qué es Tweet Page?
Tweet Page es una extensión de Chrome desarrollada por Stuart Knightley, y su función principal es "A button that lets you tweet the current page title and url.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tweet Page
Descarga archivos de extensión Tweet Page 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
Adds a simple button to Chrome that when clicked sends the current tab's title and URL to twitter.com/share, where you can edit the tweet before posting. No adware. Open source.
Información Básica de la Extensión
Nombre | Tweet Page |
ID | eobpfipgbnimppmpmcladpjdgeobmbaf |
URL Oficial | https://chromewebstore.google.com/detail/tweet-page/eobpfipgbnimppmpmcladpjdgeobmbaf |
Descripción | A button that lets you tweet the current page title and url. |
Tamaño del Archivo | 9.82 KB |
Cantidad de Instalaciones | 288 |
Versión Actual | 0.0.1 |
Última Actualización | 2014-01-20 |
Fecha de Publicación | 2014-01-20 |
Calificación | 4.80/5 Total de 5 Calificaciones |
Desarrollador | Stuart Knightley |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Stuk/tweet-page-chrome-extension |
URL de la Página de Ayuda | https://github.com/Stuk/tweet-page-chrome-extension/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweet Page", "version": "0.0.1", "manifest_version": 2, "description": "A button that lets you tweet the current page title and url.", "homepage_url": "https:\/\/github.com\/Stuk\/tweet-page-chrome-extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "__MSG_tweetPage__" }, "background": { "scripts": [ "main.js" ], "persistent": false }, "permissions": [ "tabs" ] } |