Search Selection on Wikipedia
Search selection on wikipedia by right click.
Vad är Search Selection on Wikipedia?
Search Selection on Wikipedia är en Chrome-tillägg utvecklad av yanlong, och dess huvudfunktion är "Search selection on wikipedia by right click.".
Tilläggsskärmbilder
Ladda ner Search Selection on Wikipedia-förlängningens CRX-fil
Ladda ner Search Selection on Wikipedia-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
This extension adds the selection search on Wikipedia function to your context menu. When you encounter some words your want to wiki them, you could select them, then right click on the selection and click the "Search Wikipedia for Selection" label in the context menu, a Wikipedia web page about the selected words will be open in a new tab soon.
Grundläggande Information om Tillägg
Namn | |
ID | mngkaodjkcedcmgcjgndngniocllkegd |
Officiell webbadress | https://chrome.google.com/webstore/detail/search-selection-on-wikip/mngkaodjkcedcmgcjgndngniocllkegd |
Beskrivning | Search selection on wikipedia by right click. |
Filstorlek | 16.32 KB |
Antal Installationer | 335 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2013-12-27 |
Publiceringsdatum | 2013-12-27 |
Betyg | 4.64/5 Totalt 11 Betyg |
Utvecklare | yanlong |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "description": "Search selection on wikipedia by right click.", "icons": { "128": "wiki128.png", "16": "wiki16.png", "48": "wiki48.png" }, "name": "Search Selection on Wikipedia", "permissions": [ "contextMenus", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3", "manifest_version": 2 } |