Encyclosphere
Upgrade your searches with results from the Encyclosphere, the universal network of all the encyclopedias.
Qu'est-ce que Encyclosphere ?
Encyclosphere est une extension Chrome développée par Knowledge Standards Foundation, et sa fonction principale est "Upgrade your searches with results from the Encyclosphere, the universal network of all the encyclopedias.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Encyclosphere
Téléchargez les fichiers d'extension Encyclosphere au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
To learn more about the Encyclosphere, visit our website: https://encyclosphere.org FEATURES - Adds results from the Encyclosphere to search pages. Currently supports DuckDuckGo and Google; support for more search engines coming soon - Removes Wikipedia results when there are relevant Encyclosphere results - Built-in reader: Read articles with a peer-to-peer encyclopedia reader that fetches articles using WebTorrent - Repoints Wikipedia results: Any Wikipedia results that remain are automatically pointed to the built-in reader. Never use Wikipedia again! - Strengthen the network: Use your open tabs to seed articles with WebTorrent - Highly customizable: Change the theme and font of the reader; choose when and how you see results This extension is open source. Check out the source code here: https://gitlab.com/ks_found/browser-extensions
Informations de Base sur l'Extension
Nom | Encyclosphere |
ID | olhghbhocpjleboiiigeljhimfilkfnn |
URL Officiel | https://chromewebstore.google.com/detail/encyclosphere/olhghbhocpjleboiiigeljhimfilkfnn |
Description | Upgrade your searches with results from the Encyclosphere, the universal network of all the encyclopedias. |
Taille du Fichier | 4.27 MB |
Nombre d'Installations | 474 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2023-07-06 |
Date de Publication | 2022-11-22 |
Évaluation | 3.60/5 Total 5 Évaluations |
Développeur | Knowledge Standards Foundation |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://encyclosphere.org |
URL de la Page de Politique de Confidentialité | https://gitlab.com/ks_found/browser-extensions/-/wikis/Privacy-Policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Encyclosphere", "description": "Upgrade your searches with results from the Encyclosphere, the universal network of all the encyclopedias.", "version": "1.1.0", "content_scripts": [ { "matches": [ "https:\/\/duckduckgo.com\/*", "https:\/\/www.google.com\/search*" ], "js": [ "js\/theme.js", "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/encyclosearch.org\/*" ], "web_accessible_resources": [ { "resources": [ "reader.html", "css\/*", "js\/*", "font\/*", "logos\/*" ], "matches": [ " |