Google Voice Paginated Texts
Adds load last 5 link to texts.
什么是Google Voice Paginated Texts?
Google Voice Paginated Texts是由codabrink开发的Chrome扩展程序,该扩展的主要功能是“Adds load last 5 link to texts.”。
扩展截图
下载Google Voice Paginated Texts扩展crx文件
下载Google Voice Paginated Texts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | necmgnhmkphmjpddncmklalagjebbbea |
| 官方URL | https://chromewebstore.google.com/detail/google-voice-paginated-te/necmgnhmkphmjpddncmklalagjebbbea |
| 简介 | Adds load last 5 link to texts. |
| 文件大小 | 32.52 KB |
| 安装次数 | 2,045 |
| 当前版本 | 1.7 |
| 更新时间 | 2015-06-16 |
| 上架时间 | 2015-06-16 |
| 评分 | 4.27/5 共22次评分 |
| 开发者 | codabrink |
| 付费类型 | free |
| 支持的语言 | 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"
} | |