ThemeForest Live Preview Opener

This extension can open all link preview (called 'LIVE PREVIEW') in the search result page of Themeforest website.

¿Qué es ThemeForest Live Preview Opener?

ThemeForest Live Preview Opener es una extensión de Chrome desarrollada por https://www.desdinova.it, y su función principal es "This extension can open all link preview (called 'LIVE PREVIEW') in the search result page of Themeforest website.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ThemeForest Live Preview Opener

Descarga archivos de extensión ThemeForest Live Preview Opener en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension help you to choose the right template on Themeforest opening all Live Preview at the same time.

HOW TO USE:
1. Visit Themeforest website (www.themeforest.net) and search for a category or subcategory (like this: https://themeforest.net/category/wordpress)

2. If necessary use filter on the left sidebar

3. When ready hit the "ThemeForest Live Preview Opener" extension and Click on the main button

4. The extension will open all the Live Preview links in the result page (up to 25 per page) into new instances of Google Chrome, helping you to choose the preferred template

NOTE:
Please pay attention because this extension open up to 25 new Google Chrome instances.

HISTORY:
1.0: First release                    

Información Básica de la Extensión

Nombre ThemeForest Live Preview Opener ThemeForest Live Preview Opener
ID fligephodajhpehaboigmbjconlfpnfd
URL Oficial https://chromewebstore.google.com/detail/themeforest-live-preview/fligephodajhpehaboigmbjconlfpnfd
Descripción This extension can open all link preview (called 'LIVE PREVIEW') in the search result page of Themeforest website.
Tamaño del Archivo 10.95 KB
Cantidad de Instalaciones 22
Versión Actual 1.0
Última Actualización 2016-10-23
Fecha de Publicación 2016-10-23
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://www.desdinova.it
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://www.desdinova.it/cookies.aspx?lang=en
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "name": "ThemeForest Live Preview Opener",
    "description": "This extension can open all link preview (called 'LIVE PREVIEW') in the search result page of Themeforest website.",
    "version": "1.0",
    "offline_enabled": true,
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "notifications",
        "browsingData",
        "webRequest",
        "webNavigation",
        "activeTab"
    ]
}