Simkl Search - select and search

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

Simkl Search - select and search क्या है?

Simkl Search - select and search https://simkl.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simkl Search - select and search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Simkl Search - select and search Simkl Search - select and search
ID mdofghopgfobjkgepojjmcfljnocaaff
आधिकारिक URL https://chromewebstore.google.com/detail/simkl-search-select-and-s/mdofghopgfobjkgepojjmcfljnocaaff
विवरण Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service.
फ़ाइल का आकार 313 KB
स्थापना संख्या 591
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2020-05-31
प्रकाशन तिथि 2020-05-30
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://simkl.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://simkl.com
सहायता पृष्ठ URL https://support.simkl.com
गोपनीयता नीति पृष्ठ URL https://simkl.com/about/policies/privacy
समर्थित भाषाएँ 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"
}