Google Voice Paginated Texts
Adds load last 5 link to texts.
Was ist Google Voice Paginated Texts?
Google Voice Paginated Texts ist eine Chrome-Erweiterung, die von codabrink entwickelt wurde, und ihr Hauptmerkmal ist "Adds load last 5 link to texts.".
Erweiterungsscreenshots
Google Voice Paginated Texts-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Voice Paginated Texts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Google Voice Paginated Texts |
ID | necmgnhmkphmjpddncmklalagjebbbea |
Offizielle URL | https://chromewebstore.google.com/detail/google-voice-paginated-te/necmgnhmkphmjpddncmklalagjebbbea |
Beschreibung | Adds load last 5 link to texts. |
Dateigröße | 32.52 KB |
Installationsanzahl | 2,045 |
Aktuelle Version | 1.7 |
Letztes Update | 2015-06-16 |
Veröffentlichungsdatum | 2015-06-16 |
Bewertung | 4.27/5 Insgesamt 22 Bewertungen |
Entwickler | codabrink |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |