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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://simkl.com และคุณลักษณะหลักของมันคือ "Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simkl Search - select and search
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |