Simkl Search - select and search
Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service.
Was ist Simkl Search - select and search?
Simkl Search - select and search ist eine Chrome-Erweiterung, die von https://simkl.com entwickelt wurde, und ihr Hauptmerkmal ist "Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service.".
Erweiterungsscreenshots
Simkl Search - select and search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simkl Search - select and search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Simkl Search - select and search |
ID | mdofghopgfobjkgepojjmcfljnocaaff |
Offizielle URL | https://chromewebstore.google.com/detail/simkl-search-select-and-s/mdofghopgfobjkgepojjmcfljnocaaff |
Beschreibung | Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service. |
Dateigröße | 313 KB |
Installationsanzahl | 591 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2020-05-31 |
Veröffentlichungsdatum | 2020-05-30 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://simkl.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://simkl.com |
Hilfeseite URL | https://support.simkl.com |
URL der Datenschutzrichtlinien-Seite | https://simkl.com/about/policies/privacy |
Unterstützte Sprachen | 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" } |