Make Wikipedia #1
This extension will move Wikipedia pages to the top of your Google search results
Co to jest Make Wikipedia #1?
Make Wikipedia #1 to rozszerzenie Chrome opracowane przez Stephen LaPorte, a jego główną funkcją jest „This extension will move Wikipedia pages to the top of your Google search results”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Make Wikipedia #1
Pobierz pliki rozszerzeń Make Wikipedia #1 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ckmmohmhhpeemgpjanclllmmdajomdkc |
| Oficjalny URL | https://chromewebstore.google.com/detail/make-wikipedia-1/ckmmohmhhpeemgpjanclllmmdajomdkc |
| Opis | This extension will move Wikipedia pages to the top of your Google search results |
| Rozmiar pliku | 92.26 KB |
| Liczba instalacji | 173 |
| Aktualna Wersja | 0.0.3 |
| Ostatnia Aktualizacja | 2013-10-30 |
| Data Publikacji | 2013-10-30 |
| Ocena | 4.29/5 Łącznie 7 Oceny |
| Deweloper | Stephen LaPorte |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/slaporte/make-wikipedia-first |
| Obsługiwane Języki | 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"
} | |