Simkl Search - select and search
Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service.
Cos'è Simkl Search - select and search?
Simkl Search - select and search è un'estensione di Chrome sviluppata da https://simkl.com, e la sua funzione principale è "Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simkl Search - select and search
Scarica i file di estensione Simkl Search - select and search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Simkl Search - select and search |
ID | mdofghopgfobjkgepojjmcfljnocaaff |
URL Ufficiale | https://chromewebstore.google.com/detail/simkl-search-select-and-s/mdofghopgfobjkgepojjmcfljnocaaff |
Descrizione | Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service. |
Dimensione del File | 313 KB |
Conteggio Installazioni | 591 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2020-05-31 |
Data di Pubblicazione | 2020-05-30 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://simkl.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://simkl.com |
URL della Pagina di Aiuto | https://support.simkl.com |
URL della Pagina della Politica sulla Privacy | https://simkl.com/about/policies/privacy |
Lingue Supportate | 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" } |