Find your sentence - Right Click
Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...
Hvad er Find your sentence - Right Click?
Find your sentence - Right Click er en Chrome-udvidelse udviklet af https://sites.google.com/site/tientx, og dens hovedfunktion er "Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...".
Udvidelsesskærmbilleder
Download Find your sentence - Right Click-udvidelses-CRX-fil
Download Find your sentence - Right Click-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...
Grundlæggende oplysninger om udvidelsen
Navn | Find your sentence - Right Click |
ID | fidadahkfilmdojoobcbaanlbhdjnmll |
Officiel URL | https://chromewebstore.google.com/detail/find-your-sentence-right/fidadahkfilmdojoobcbaanlbhdjnmll |
Beskrivelse | Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia... |
Filstørrelse | 7.92 KB |
Antal Installationer | 29 |
Nuværende Version | 1.0.0.0 |
Senest Opdateret | 2016-11-03 |
Udgivelsesdato | 2016-11-03 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://sites.google.com/site/tientx |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "description": "Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...", "icons": { "128": "lludwig-logo-128x128.png" }, "minimum_chrome_version": "6", "name": "Find your sentence - Right Click", "permissions": [ "contextMenus", "windows" ], "version": "1.0.0.0", "manifest_version": 2 } |