Find your sentence - Right Click
Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...
Vad är Find your sentence - Right Click?
Find your sentence - Right Click är en Chrome-tillägg utvecklad av https://sites.google.com/site/tientx, och dess huvudfunktion är "Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...".
Tilläggsskärmbilder
Ladda ner Find your sentence - Right Click-förlängningens CRX-fil
Ladda ner Find your sentence - Right Click-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
Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia...
Grundläggande Information om Tillägg
Namn | Find your sentence - Right Click |
ID | fidadahkfilmdojoobcbaanlbhdjnmll |
Officiell webbadress | https://chromewebstore.google.com/detail/find-your-sentence-right/fidadahkfilmdojoobcbaanlbhdjnmll |
Beskrivning | Add a context menu item to find the similar your selected text from The New York Times, BBC, Wikipedia... |
Filstorlek | 7.92 KB |
Antal Installationer | 29 |
Aktuell Version | 1.0.0.0 |
Senast Uppdaterad | 2016-11-03 |
Publiceringsdatum | 2016-11-03 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://sites.google.com/site/tientx |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |