Rastival

Have any content on the web read to you in a voice and language you want to hear

Vad är Rastival?

Rastival är en Chrome-tillägg utvecklad av Rastival, och dess huvudfunktion är "Have any content on the web read to you in a voice and language you want to hear".

Tilläggsskärmbilder

screenshot

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

Ladda ner Rastival-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

                        Rastival is a tool that allows bloggers to narrate their blog posts and have them available for anyone to hear.

Two million blog posts are written each day, but with this barrage of content on the Internet, it is difficult to attract users to your blog. Even when you do, visitors read on average about 28% of the content. Rastival offers the blogger an extra avenue to present their content before an audience. Audio content consumption is on the rise and people are seeking more options to save time normally spent reading.                    

Grundläggande Information om Tillägg

Namn Rastival Rastival
ID hfhomhacdijikblnlglnljkldpedoipi
Officiell webbadress https://chrome.google.com/webstore/detail/rastival/hfhomhacdijikblnlglnljkldpedoipi
Beskrivning Have any content on the web read to you in a voice and language you want to hear
Filstorlek 1.45 MB
Antal Installationer 19
Aktuell Version 0.4.4.1
Senast Uppdaterad 2015-03-13
Publiceringsdatum 2015-03-13
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Rastival
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rastival",
    "short_name": "Rastival",
    "description": "Have any content on the web read to you in a voice and language you want to hear",
    "version": "0.4.4.1",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery-2.0.3.min.js",
            "js\/md5.js",
            "js\/worker_proxy.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19-none.png",
            "38": "img\/icon-38.png"
        },
        "default_title": "Rastival",
        "default_popup": "login\/rastival-login.html"
    },
    "options_page": "options2.html",
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            },
            "description": "Launch Rastival"
        },
        "toggle-play": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "description": "Play\/Pause"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/md5.js",
                "js\/libmp3lame.min.js",
                "js\/jquery.jplayer.min.js",
                "js\/jplayer.js",
                "js\/jquery.embedly.min.js",
                "js\/transloadit.js",
                "js\/worker_proxy.js",
                "js\/mp3Worker.js",
                "js\/recorderWorker.js",
                "js\/recorder.js",
                "js\/volume-main.js",
                "js\/volume-meter.js",
                "js\/rastivalize.js"
            ],
            "css": [
                "skin\/jplayer.blue.monday.css",
                "css\/rasta-style.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "management",
        "identity",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "identity",
        "http:\/\/*.facebook.com\/*",
        "https:\/\/assets.transloadit.com\/*",
        "https:\/\/*.transloadit.com\/*",
        "http:\/\/*.transloadit.com\/*",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.medium.com\/"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "19": "img\/icon-19.png",
        "38": "img\/icon-38.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4JanEmk8KVV5H86ZkivSRoSRjAEqPH7KMsMvex47RbP2yphwr8HzAvyFgLh5+u2NlwKuPsqpV4FlZdlBwCc9B7+YLOcAQTguTvdSJCWtmaHbumt5GB3T86XR52IxyFfCymbygERBcCyQZLfQHyknplU6nWtEb1njCyNVgHMyHPNNukDpqy4DORpgr2dAyX8+aB7NuAXmj7NWmZxVqg5IB33pS29UfxkGaEa6uGc14Fi\/ADhbvEfjpoREnKGiZwqc5wyKCi3VyqNvb7C5o4\/8y6AbSqYu\/rs4yuXqlZH5g23Lk00TJVug5BMfQBL4EHGxj8x+twBOjUqNh9kyW5ojAQIDAQAB",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/connect.facebook.net https:\/\/api.rastival.com https:\/\/ssl.google-analytics.com; object-src 'self'; media-src 'self' https:\/\/rastival.s3.amazonaws.com",
    "web_accessible_resources": [
        "rasta-head.html",
        "options2.html",
        "img\/add-tags.png",
        "img\/add-tags-hover.png",
        "img\/background.png",
        "img\/like-hover.png",
        "img\/like.png",
        "img\/request.png",
        "img\/create.png",
        "img\/record_narration.png",
        "img\/upload_narration.png",
        "img\/loading.gif",
        "img\/logo.png",
        "img\/record.png",
        "img\/record.svg",
        "img\/stop.svg",
        "img\/stop.png",
        "img\/pause-button.png",
        "img\/play-button.png",
        "img\/replay-hover.png",
        "img\/replay.png",
        "img\/view-list.png",
        "img\/view-list-hover.png",
        "img\/arrow.gif",
        "img\/blue-band.jpg",
        "img\/blue-slicey.jpg",
        "img\/float-line-girl.png",
        "img\/yellow-back.jpg",
        "img\/yellow-backg.jpg",
        "skin\/jplayer.blue.monday.jpg",
        "skin\/player-play.png",
        "skin\/player-pause.png",
        "skin\/auto-play.png",
        "skin\/auto-play-hover.png",
        "skin\/player-play-hover.png",
        "skin\/player-pause-hover.png",
        "skin\/player-previous.png",
        "skin\/player-next.png",
        "skin\/player-next-hover.png",
        "skin\/player-previous-hover.png",
        "skin\/player-stop.png",
        "skin\/rate-0.png",
        "skin\/rate-1.png",
        "skin\/rate-2.png",
        "skin\/rate-3.png",
        "skin\/rate-4.png",
        "skin\/rate-5.png",
        "skin\/rate-1b.png",
        "skin\/rate-2b.png",
        "skin\/rate-3b.png",
        "skin\/rate-4b.png",
        "skin\/rate-5b.png",
        "skin\/rate-back.png",
        "skin\/rastival-repeat-hover.png",
        "skin\/rastival-repeat.png",
        "skin\/player-stop-hover.png",
        "skin\/rastival-mute.png",
        "skin\/rastival-mute-hover.png",
        "skin\/rastival-maxvol.png",
        "skin\/rastival-maxvol-hover.png",
        "skin\/flag-this.png",
        "skin\/flag-thisb.png",
        "skin\/jplayer.blue.monday.seeking.gif",
        "login\/images\/rastival-login-back.jpg",
        "login\/images\/rastival-logo.png",
        "login\/images\/rastival-slogan-back.png",
        "js\/jquery-2.0.3.min.map",
        "js\/jquery.min.map",
        "worker_proxy.html"
    ]
}