Google Voice Paginated Texts

Adds load last 5 link to texts.

¿Qué es Google Voice Paginated Texts?

Google Voice Paginated Texts es una extensión de Chrome desarrollada por codabrink, y su función principal es "Adds load last 5 link to texts.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Google Voice Paginated Texts

Descarga archivos de extensión Google Voice Paginated Texts 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

                        Read more than 2 texts at once by automatically loading last 7 texts and adding a "Show 5 more" texts link to better manage your google voice interface.

I also put other tweaks in here as well.

Version 1.6:
Hide the annoying survey banner. Added toggle button in the left menu.                    

Información Básica de la Extensión

Nombre Google Voice Paginated Texts Google Voice Paginated Texts
ID necmgnhmkphmjpddncmklalagjebbbea
URL Oficial https://chromewebstore.google.com/detail/google-voice-paginated-te/necmgnhmkphmjpddncmklalagjebbbea
Descripción Adds load last 5 link to texts.
Tamaño del Archivo 32.52 KB
Cantidad de Instalaciones 2,045
Versión Actual 1.7
Última Actualización 2015-06-16
Fecha de Publicación 2015-06-16
Calificación 4.27/5 Total de 22 Calificaciones
Desarrollador codabrink
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "app.js"
            ],
            "css": [
                "app.css"
            ],
            "matches": [
                "https:\/\/www.google.com\/voice*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Adds load last 5 link to texts.",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwPTgkQB1BT8RV6igFs7gP9Jzd7AIP7a+yyPrp\/5AFRqUadKC0ZqxJHPDKP9Tn+jI09U2s9yCd1G77BSojV\/NnM83JQt\/V0LzAo25FZ8t3Nh9lHCXidNUSQoyeTI\/\/1VjepDbCrx3yitSSipAZaxOpNQQSWKlMECd333dNTsNFSQIDAQAB",
    "manifest_version": 2,
    "name": "Google Voice Paginated Texts",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7"
}