Google Voice Paginated Texts
Adds load last 5 link to texts.
Cos'è Google Voice Paginated Texts?
Google Voice Paginated Texts è un'estensione di Chrome sviluppata da codabrink, e la sua funzione principale è "Adds load last 5 link to texts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Voice Paginated Texts
Scarica i file di estensione Google Voice Paginated Texts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Google Voice Paginated Texts |
ID | necmgnhmkphmjpddncmklalagjebbbea |
URL Ufficiale | https://chromewebstore.google.com/detail/google-voice-paginated-te/necmgnhmkphmjpddncmklalagjebbbea |
Descrizione | Adds load last 5 link to texts. |
Dimensione del File | 32.52 KB |
Conteggio Installazioni | 2,045 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2015-06-16 |
Data di Pubblicazione | 2015-06-16 |
Valutazione | 4.27/5 Totale 22 Valutazioni |
Sviluppatore | codabrink |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |