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.
擴展基本資訊
名稱 | Google Voice Paginated Texts |
ID | necmgnhmkphmjpddncmklalagjebbbea |
官方網址 | 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" } |