Movie Sherlock
Allows you to lookup a movie simply by selecting its name!
Vad är Movie Sherlock?
Movie Sherlock är en Chrome-tillägg utvecklad av vvvsejvvv, och dess huvudfunktion är "Allows you to lookup a movie simply by selecting its name!".
Tilläggsskärmbilder
Ladda ner Movie Sherlock-förlängningens CRX-fil
Ladda ner Movie Sherlock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Allows you to easily find information and trailers for movies you find on the internet, simply by selecting their name while browsing. Get information about a movie simply by holding the CTRL key down and selecting the movie name in your browser. Like wise you can open a new tab with the movies trailer by holding the ALT key down and selecting the movie name in your browser.
Grundläggande Information om Tillägg
Namn | |
ID | pkbbleabgnbkmoomlhffcbkegkifngdm |
Officiell webbadress | https://chrome.google.com/webstore/detail/movie-sherlock/pkbbleabgnbkmoomlhffcbkegkifngdm |
Beskrivning | Allows you to lookup a movie simply by selecting its name! |
Filstorlek | 94.92 KB |
Antal Installationer | 51 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-12-07 |
Publiceringsdatum | 2014-12-07 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | vvvsejvvv |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Movie Sherlock", "description": "Allows you to lookup a movie simply by selecting its name!", "version": "1.0", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery.js", "script.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |