WikiPopups
Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)
Vad är WikiPopups?
WikiPopups är en Chrome-tillägg utvecklad av wikipediapopups, och dess huvudfunktion är "Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)".
Tilläggsskärmbilder
Ladda ner WikiPopups-förlängningens CRX-fil
Ladda ner WikiPopups-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
WikiPopup is a simple as can be extension to Wikipedia that makes checking out the links you come across a bit easier. It is in the beta stage, so feedback is appreciated.
If you for some reason want to support the development you can donate by Paypal to [email protected]. Grundläggande Information om Tillägg
| Namn | |
| ID | deljgppfggnhgkehhiogffhjdbjlbccb |
| Officiell webbadress | https://chromewebstore.google.com/detail/wikipopups/deljgppfggnhgkehhiogffhjdbjlbccb |
| Beskrivning | Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta) |
| Filstorlek | 83.44 KB |
| Antal Installationer | 80 |
| Aktuell Version | 0.261 |
| Senast Uppdaterad | 2013-10-30 |
| Publiceringsdatum | 2013-10-30 |
| Betyg | 4.71/5 Totalt 7 Betyg |
| Utvecklare | wikipediapopups |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WikiPopups",
"description": "Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)",
"version": "0.261",
"content_scripts": [
{
"matches": [
"https:\/\/*.wikipedia.org\/*",
"http:\/\/*.wikipedia.org\/*"
],
"css": [
"popup.css"
],
"js": [
"jquery.js",
"myscript.js"
]
}
]
} | |