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
公式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
Eメール [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"
}