Primal
Dig deeper into what matters to you. Discover content related to any page you’re browsing.
Apa itu Primal?
Primal adalah ekstensi Chrome yang dikembangkan oleh http://primal.com, dan fitur utamanya adalah "Dig deeper into what matters to you. Discover content related to any page you’re browsing.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Primal
Unduh file ekstensi Primal dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | plognhccabachpokmpphghpcddeheojb |
URL Resmi | https://chrome.google.com/webstore/detail/primal/plognhccabachpokmpphghpcddeheojb |
Deskripsi | Dig deeper into what matters to you. Discover content related to any page you’re browsing. |
Ukuran File | 58.7 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 0.32 |
Terakhir Diperbarui | 2017-11-20 |
Tanggal Publikasi | 2017-11-20 |
Pengembang | http://primal.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://corp.primal.com/privacy-policy |
Bahasa yang Didukung | 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" } |