GSpeak

Make Google speak the text of your choice ~ by 腾袭 (tengattack)

Vad är GSpeak?

GSpeak är en Chrome-tillägg utvecklad av https://tengattack.com, och dess huvudfunktion är "Make Google speak the text of your choice ~ by 腾袭 (tengattack)".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner GSpeak-förlängningens CRX-fil

Ladda ner GSpeak-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        让Google朗读你所选择的文本!                    

Grundläggande Information om Tillägg

Namn GSpeak GSpeak
ID eikicdeccoflppkjbcgphggddclfiilh
Officiell webbadress https://chromewebstore.google.com/detail/gspeak/eikicdeccoflppkjbcgphggddclfiilh
Beskrivning Make Google speak the text of your choice ~ by 腾袭 (tengattack)
Filstorlek 101 KB
Antal Installationer 20
Aktuell Version 0.87
Senast Uppdaterad 2013-06-27
Publiceringsdatum 2013-06-27
Utvecklare https://tengattack.com
Betalningssätt free
Tilläggswebbplats http://tengattack.com/projects
Stödda Språk en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GSpeak",
    "default_locale": "en",
    "version": "0.87",
    "description": "__MSG_description__",
    "permissions": [
        "storage",
        "contextMenus",
        "http:\/\/translate.google.com\/",
        "https:\/\/translate.google.com\/",
        "http:\/\/translate.google.cn\/",
        "https:\/\/translate.google.cn\/"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon_big.png",
        "128": "icon_big.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "offline_enabled": false,
    "homepage_url": "http:\/\/tengattack.com\/"
}