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.”。
扩展截图
下载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 |
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" } |