Google Voice Paginated Texts

Adds load last 5 link to texts.

Google Voice Paginated Textsคืออะไร?

Google Voice Paginated Texts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย codabrink และคุณลักษณะหลักของมันคือ "Adds load last 5 link to texts."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Voice Paginated Texts

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}