Google Voice Paginated Texts
Adds load last 5 link to texts.
Google Voice Paginated Texts क्या है?
Google Voice Paginated Texts codabrink द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds load last 5 link to texts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Voice Paginated Texts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |