Tweet The Page

Tweet the current page from the address bar

¿Qué es Tweet The Page?

Tweet The Page es una extensión de Chrome desarrollada por Tiny Web Apps, y su función principal es "Tweet the current page from the address bar".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tweet The Page

Descarga archivos de extensión Tweet The 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

                        Quickly share the page you're browsing on Twitter, right from the address bar (omnibox). When you click the icon in the address bar, a new tab will open with the tweet prepared for you. You can then edit it or send straight away.

Version 2.0.0 - Sharing panel opens in separate window.                    

Información Básica de la Extensión

Nombre Tweet The Page Tweet The Page
ID clddnmnohefheaijfieeahbglfdencoe
URL Oficial https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe
Descripción Tweet the current page from the address bar
Tamaño del Archivo 689 KB
Cantidad de Instalaciones 58
Versión Actual 2.0.0
Última Actualización 2015-04-24
Fecha de Publicación 2015-04-24
Calificación 2.33/5 Total de 3 Calificaciones
Desarrollador Tiny Web Apps
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tweet The Page",
    "version": "2.0.0",
    "author": "Tiny Web Apps",
    "description": "Tweet the current page from the address bar",
    "icons": {
        "16": "img\/icon-x16.png",
        "48": "img\/icon-x48.png",
        "128": "img\/icon-x128.png"
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_icon": {
            "19": "img\/icon-x19.png",
            "38": "img\/icon-x38.png"
        },
        "default_title": "Tweet this Page"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    }
}