WikiMapper
WikiMapper - Track and graph your adventures down the Wikipedia rabbit hole.
Τι είναι το WikiMapper;
Το WikiMapper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Patrick McCarthy, και η κύρια λειτουργία του είναι "WikiMapper - Track and graph your adventures down the Wikipedia rabbit hole.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WikiMapper
Λήψη αρχείων επέκτασης WikiMapper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
WikiMapper creates a historical tree of your Wikipedia browsing so that you can see just exactly how you spontaneously wasted 45 minutes and ended up reading about the history of Agriculture in Uzbekistan. Once installed, you do not have to do anything special to use WikiMapper. It runs passively in the background and only on the wikipedia.org/wiktionary.org domains. It stores your Wikipedia browsing sessions locally so you can view them later at any time by clicking in the WikiMapper icon in your browser toolbar. WikiMapper is free and open source software and does not collect any personal information, serve any ads, or transmit any data of any kind to anyone. July 19, 2021 - Update manifest file to adhere to new Chrome Store guidelines September 24, 2016 - Reverted changes from 2.0.3 that seemed to be causing problems with existing session detection. June 21, 2016 - WikiMapper now unloads itself from memory when idle, making an already lightweight extension even lighter! April 7, 2016 -- WikiMapper now supports browsing Wikipedia via the Wikiwand beautification extension! March 2, 2016 -- NEW VERSION 2.0! It's been a long time coming, but I've released an all-new version of WikiMapper with a new slicker interfacer, historical searching & filtering, exporting to PNG or SVG, and many other numerous bug fixes and tweaks. For full version history and current issues, or to submit an issue or request, see the project homepage on Github by clicking on the Website link below.
Βασικές Πληροφορίες Επέκτασης
Όνομα | WikiMapper |
ID | feiheebgoilmbkaddngcoocjbogfchlb |
Επίσημο URL | https://chromewebstore.google.com/detail/wikimapper/feiheebgoilmbkaddngcoocjbogfchlb |
Περιγραφή | WikiMapper - Track and graph your adventures down the Wikipedia rabbit hole. |
Μέγεθος Αρχείου | 2.23 MB |
Αριθμός Εγκαταστάσεων | 1,139 |
Τρέχουσα Έκδοση | 2.0.6 |
Τελευταία Ενημέρωση | 2021-07-20 |
Ημερομηνία Δημοσίευσης | 2016-09-24 |
Αξιολόγηση | 4.75/5 Συνολικά 24 Αξιολογήσεις |
Προγραμματιστής | Patrick McCarthy |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/ptmccarthy/wikimapper |
URL της Σελίδας Πολιτικής Απορρήτου | http://ptmccarthy.github.io/public/wikimapper/privacy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WikiMapper", "description": "WikiMapper - Track and graph your adventures down the Wikipedia rabbit hole.", "version": "2.0.6", "icons": { "19": "resources\/wikimapper-19.png", "38": "resources\/wikimapper-38.png", "48": "resources\/wikimapper-48.png", "128": "resources\/wikimapper-128.png" }, "author": "Patrick McCarthy", "homepage_url": "http:\/\/www.github.com\/ptmccarthy\/wikimapper", "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "webNavigation" ], "browser_action": { "default_title": "WikiMapper", "default_icon": "resources\/wikimapper-38.png" } } |