Primal
Dig deeper into what matters to you. Discover content related to any page you’re browsing.
Was ist Primal?
Primal ist eine Chrome-Erweiterung, die von http://primal.com entwickelt wurde, und ihr Hauptmerkmal ist "Dig deeper into what matters to you. Discover content related to any page you’re browsing.".
Erweiterungsscreenshots
Primal-Erweiterungs-CRX-Datei herunterladen
Laden Sie Primal-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | plognhccabachpokmpphghpcddeheojb |
Offizielle URL | https://chrome.google.com/webstore/detail/primal/plognhccabachpokmpphghpcddeheojb |
Beschreibung | Dig deeper into what matters to you. Discover content related to any page you’re browsing. |
Dateigröße | 58.7 KB |
Installationsanzahl | 21 |
Aktuelle Version | 0.32 |
Letztes Update | 2017-11-20 |
Veröffentlichungsdatum | 2017-11-20 |
Entwickler | http://primal.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://corp.primal.com/privacy-policy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Primal", "description": "Dig deeper into what matters to you. Discover content related to any page you\u2019re browsing.", "version": "0.32", "icons": { "16": "\/app\/img\/icon16.png", "48": "\/app\/img\/icon48.png", "128": "\/app\/img\/icon128.png" }, "manifest_version": 2, "permissions": [ "https:\/\/*.primal.com\/", "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/app.primal.com; object-src 'self'", "browser_action": { "default_popup": "\/app\/popup.html", "default_icon": { "19": "\/app\/img\/icon19.png", "38": "\/app\/img\/icon38.png" } }, "minimum_chrome_version": "26" } |