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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" } |