Instant Preview

Adds instant preview to search engine results page

Τι είναι το Instant Preview;

Το Instant Preview είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jungle, και η κύρια λειτουργία του είναι "Adds instant preview to search engine results page".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Instant Preview

Λήψη αρχείων επέκτασης Instant Preview σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Instant Preview shows you a site without opening it in a tab

In search results move mouse to a link and you get an instant preview of the site

Supported search engines:

* Google

* DuckDuckGo

* Yandex

Features:

* Zoom

* Text highlight

* Iframe or window mode

------------------------------------------------------------------------

You can leave the feedback in Telegram group https://t.me/instantpreview

No need to buy right now, try a trial or use free version after trial period!


After trial period (7days) you can buy or use the extension for free with some restrictions (in the free version the features 'zoom' and 'text highlight' will not work)

02.02.2021
--------------
Fix a query selector for Google

20.01.2021
--------------
During the migration period to the new payment system and the new Chrome extension API (manifest v3), all users will receive a fully functional version of the extension.


31.03.2019
--------------
Added extract a content of 'noscript' tag


28.03.2019
--------------
Fix zoom

17.02.2019
--------------
Default free license


16.02.2019
--------------
Prevent startup interactive license check


13.02.2019
--------------
Fix license check

15.11.2018
--------------
Rebranding (old name Search Preview)

13.11.2018
--------------
Change icons

12.11.2018
--------------
Fix highlighting

03.10.2018
--------------
Fix settings for Google™

28.09.2018
--------------
Fix plugins in iframe mode

08.09.2018
--------------
Fix CSP

Icon by Icon Mafia from iconscout                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Instant Preview Instant Preview
ID majhgbekihmliceijipbdccgicepmmei
Επίσημο URL https://chromewebstore.google.com/detail/instant-preview/majhgbekihmliceijipbdccgicepmmei
Περιγραφή Adds instant preview to search engine results page
Μέγεθος Αρχείου 944 KB
Αριθμός Εγκαταστάσεων 4,942
Τρέχουσα Έκδοση 5.1.75
Τελευταία Ενημέρωση 2021-02-05
Ημερομηνία Δημοσίευσης 2019-03-30
Αξιολόγηση 3.95/5 Συνολικά 159 Αξιολογήσεις
Προγραμματιστής Jungle
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Διεύθυνση URL της Σελίδας Βοήθειας https://t.me/instantpreview
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Preview",
    "description": "Adds instant preview to search engine results page",
    "manifest_version": 2,
    "version": "5.1.75",
    "permissions": [
        "*:\/\/*\/*",
        "alarms",
        "tabs"
    ],
    "options_page": "assets\/user-settings.html",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqGExvBHq2WN62pqHlRv446NQFr5b+vJfOFxpi\/fn\/QOVdgjRlFlbkoCMn\/lY+tW4zOiY9tig0qs7EJsnXPm71rDK+P70e8gEXG\/D30vWpjjtxvalxUm030f6nkxbzfaz6Yv+m4EPHDejh7n2QBMNbGSQavczIkJ+SBqMJvYeW1wIDAQAB",
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "48": "assets\/img\/icon-48.png",
        "128": "assets\/img\/icon-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "assets\/*",
        "sandbox.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/search*",
                "*:\/\/*\/webhp*",
                "*:\/\/duckduckgo.com\/*",
                "*:\/\/yandex.ru\/*"
            ],
            "include_globs": [
                "*:\/\/www.google.*\/*",
                "*:\/\/duckduckgo.com\/*q=*",
                "*:\/\/yandex.ru\/search\/*"
            ],
            "js": [
                "content-search-engine.js"
            ],
            "run_at": "document_end"
        }
    ]
}