Primal
Dig deeper into what matters to you. Discover content related to any page you’re browsing.
什么是Primal?
Primal是由http://primal.com开发的Chrome扩展程序,该扩展的主要功能是“Dig deeper into what matters to you. Discover content related to any page you’re browsing.”。
扩展截图
下载Primal扩展crx文件
下载Primal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | plognhccabachpokmpphghpcddeheojb |
官方URL | https://chrome.google.com/webstore/detail/primal/plognhccabachpokmpphghpcddeheojb |
简介 | Dig deeper into what matters to you. Discover content related to any page you’re browsing. |
文件大小 | 58.7 KB |
安装次数 | 21 |
当前版本 | 0.32 |
更新时间 | 2017-11-20 |
上架时间 | 2017-11-20 |
开发者 | http://primal.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://corp.primal.com/privacy-policy |
支持的语言 | 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" } |