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開發的Chrome擴展程式,該擴展的主要功能是“Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Simkl Search - select and search擴展crx文件

下載Simkl Search - select and search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}