Baidu Search
Select the keyword which you want to search, then right click it and choose baidu search
Vad är Baidu Search?
Baidu Search är en Chrome-tillägg utvecklad av Onion515, och dess huvudfunktion är "Select the keyword which you want to search, then right click it and choose baidu search".
Tilläggsskärmbilder
Ladda ner Baidu Search-förlängningens CRX-fil
Ladda ner Baidu Search-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
Select which words you want to search, then right click the mouse,
you will see the context menus have a new option which call the "Baidu Search" click it will use the baidu search engine to search your words.
ps: Baidu Search Engine is a chinese famous search engine so that why the result almost is the chinese result Grundläggande Information om Tillägg
| Namn | |
| ID | acefekdhohafkelpdfdjjopdghejaahi |
| Officiell webbadress | https://chromewebstore.google.com/detail/baidu-search/acefekdhohafkelpdfdjjopdghejaahi |
| Beskrivning | Select the keyword which you want to search, then right click it and choose baidu search |
| Filstorlek | 9.91 KB |
| Antal Installationer | 1,701 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-03-09 |
| Publiceringsdatum | 2015-03-09 |
| Betyg | 3.91/5 Totalt 11 Betyg |
| Utvecklare | Onion515 |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"description": "Select the keyword which you want to search, then right click it and choose baidu search",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"manifest_version": 2,
"name": "Baidu Search",
"permissions": [
"contextMenus"
],
"version": "1.0"
} | |