Cosmos Extension
Cosmos is a home to collect and curate anything you find on the internet.
Qu'est-ce que Cosmos Extension ?
Cosmos Extension est une extension Chrome développée par https://cosmos.so, et sa fonction principale est "Cosmos is a home to collect and curate anything you find on the internet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cosmos Extension
Téléchargez les fichiers d'extension Cosmos Extension 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
Download our extension to save images, links, videos, articles, and more in your Cosmos. – On Instagram: Hover over the image and click on the Cosmos button. – Images on the web: Right-click the image and save to Cosmos. – Links: Save any website or article with just a single click after pinning the extension. – Text: Highlight any text on the web, right-click and save to Cosmos.
Informations de Base sur l'Extension
Nom | Cosmos Extension |
ID | mgjneceglphcpbbfbhjplkpgfapebmdg |
URL Officiel | https://chromewebstore.google.com/detail/cosmos-extension/mgjneceglphcpbbfbhjplkpgfapebmdg |
Description | Cosmos is a home to collect and curate anything you find on the internet. |
Taille du Fichier | 2.47 MB |
Nombre d'Installations | 7,000 |
Version Actuelle | 4.8.1 |
Dernière Mise à Jour | 2024-03-01 |
Date de Publication | 2022-07-31 |
Évaluation | 5.00/5 Total 10 Évaluations |
Développeur | https://cosmos.so |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.cosmos.so/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cosmos Extension", "description": "Cosmos is a home to collect and curate anything you find on the internet.", "homepage_url": "https:\/\/join.cosmos.so", "manifest_version": 3, "version": "4.8.1", "background": { "service_worker": "js\/backgroundLoader.js" }, "action": { "default_title": "Cosmos", "default_icon": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "128": "assets\/img\/icon-128.png", "256": "assets\/img\/icon-256.png" } }, "icons": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "128": "assets\/img\/icon-128.png", "256": "assets\/img\/icon-256.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.cosmos.so\/authorize-extension" ], "css": [], "js": [ "js\/browser-polyfill.js", "js\/safariLogin.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.cosmos.so\/*" ], "css": [], "js": [ "js\/browser-polyfill.js", "js\/safariLogout.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.cosmos.so\/*" ], "css": [], "js": [ "js\/identifier.js" ], "run_at": "document_start" } ], "permissions": [ "activeTab", "contextMenus", "cookies", "storage", "scripting", "alarms" ], "host_permissions": [ "*:\/\/*\/*", "https:\/\/*.cosmos.so\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "*:\/\/*\/*" ] } ] } |