Crestify
Easy 1-click bookmarking with Crestify
O que é Crestify?
Crestify é uma extensão do Chrome desenvolvida por https://crestify.com, e sua principal característica é "Easy 1-click bookmarking with Crestify".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Crestify
Baixe arquivos de extensão Crestify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
With Crestify, you get permanent archives for every single page you bookmark. You can search through the entire contents of all the pages you browse, so you will never lose a site again. Save all your open tabs in a single click. Read articles in a clutter-free environment with reader mode.
Informações Básicas da Extensão
Nome | Crestify |
ID | afhekhbgacigmlndepbnppnpbhgdalfp |
URL Oficial | https://chromewebstore.google.com/detail/crestify/afhekhbgacigmlndepbnppnpbhgdalfp |
Descrição | Easy 1-click bookmarking with Crestify |
Tamanho do Arquivo | 465 KB |
Contagem de Instalações | 25 |
Versão Atual | 1.1.3 |
Última Atualização | 2022-02-18 |
Data de Publicação | 2020-07-17 |
Classificação | 3.75/5 Total de 4 Avaliações |
Desenvolvedor | https://crestify.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.crestify.com |
URL da Página de Política de Privacidade | https://www.crestify.com/tos |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crestify", "description": "Easy 1-click bookmarking with Crestify", "manifest_version": 2, "homepage_url": "https:\/\/crestify.com", "version": "1.1.3", "background": { "page": "background.html" }, "page_action": { "default_icon": "icon1.png", "default_title": "Click to bookmark" }, "options_ui": { "page": "options.html", "browser_style": true, "chrome_style": true, "open_in_tab": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", " |