Simkl Search - select and search

Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service.

Co je Simkl Search - select and search?

Simkl Search - select and search je rozšíření Chrome vyvinuté https://simkl.com, a jeho hlavní funkcí je „Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Simkl Search - select and search

Stáhněte si soubory rozšíření Simkl Search - select and search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Extend your context menu (Right Click) with an option to find a certain movie on Simkl, IMDB or any other service.

Add Search with Simkl, Google, IMDB, TMDB, TVDB, MAL, Wikipedia, Amazon in Chrome browser right-click context menu

A functionality in the right-click context menu that allows you to quickly send a search item to your favorite search engine.

You can customize which search engines to use or add your own.

Extension does not need any additional security rights, so it will not have access to what you're browsing. Open source - check the code and add your own code or suggestions at https://github.com/SIMKL/Search-Chrome-extension

Developed for use with Simkl TV Tracker https://simkl.com. Find information about TV Shows, episodes, anime and movies with this extension.                    

Základní Informace o Rozšíření

Název Simkl Search - select and search Simkl Search - select and search
ID mdofghopgfobjkgepojjmcfljnocaaff
Oficiální URL https://chromewebstore.google.com/detail/simkl-search-select-and-s/mdofghopgfobjkgepojjmcfljnocaaff
Popis Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service.
Velikost souboru 313 KB
Počet instalací 591
Aktuální Verze 1.0.4
Poslední Aktualizace 2020-05-31
Datum Vydání 2020-05-30
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://simkl.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://simkl.com
URL Stránky Nápovědy https://support.simkl.com
URL Stránky Zásad Ochrany Soukromí https://simkl.com/about/policies/privacy
Podporované Jazyky en,fr,nl,ca,es,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simkl Search - select and search",
    "short_name": "Simkl Search",
    "default_locale": "en",
    "description": "Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service.",
    "version": "1.0.4",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/api.github.com; object-src 'self'",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "js\/sss.background.js"
        ]
    },
    "options_page": "options.html"
}