Make Wikipedia #1
This extension will move Wikipedia pages to the top of your Google search results
Vad är Make Wikipedia #1?
Make Wikipedia #1 är en Chrome-tillägg utvecklad av Stephen LaPorte, och dess huvudfunktion är "This extension will move Wikipedia pages to the top of your Google search results".
Tilläggsskärmbilder
Ladda ner Make Wikipedia #1-förlängningens CRX-fil
Ladda ner Make Wikipedia #1-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
Grundläggande Information om Tillägg
| Namn | |
| ID | ckmmohmhhpeemgpjanclllmmdajomdkc |
| Officiell webbadress | https://chromewebstore.google.com/detail/make-wikipedia-1/ckmmohmhhpeemgpjanclllmmdajomdkc |
| Beskrivning | This extension will move Wikipedia pages to the top of your Google search results |
| Filstorlek | 92.26 KB |
| Antal Installationer | 173 |
| Aktuell Version | 0.0.3 |
| Senast Uppdaterad | 2013-10-30 |
| Publiceringsdatum | 2013-10-30 |
| Betyg | 4.29/5 Totalt 7 Betyg |
| Utvecklare | Stephen LaPorte |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/slaporte/make-wikipedia-first |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Make Wikipedia #1",
"version": "0.0.3",
"manifest_version": 2,
"description": "This extension will move Wikipedia pages to the top of your Google search results",
"homepage_url": "https:\/\/github.com\/slaporte\/make-wikipedia-first",
"icons": {
"16": "imgs\/dotlogo-16.png",
"48": "imgs\/dotlogo-48.png",
"128": "imgs\/dotlogo-128.png"
},
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"https:\/\/www.google.com\/*"
],
"js": [
"src\/inject\/inject.js",
"js\/jquery\/jquery.js"
]
}
],
"options_page": "src\/options\/index.html"
} | |