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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}