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.」です。

拡張機能のスクリーンショット

screenshot

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 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"
}