Crestify
Easy 1-click bookmarking with Crestify
What is Crestify?
Crestify is a Chrome extension developed by https://crestify.com, and its main feature is "Easy 1-click bookmarking with Crestify".
Extension Screenshots
Download Crestify Extension CRX File
Download Crestify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Crestify |
ID | afhekhbgacigmlndepbnppnpbhgdalfp |
Official URL | https://chromewebstore.google.com/detail/crestify/afhekhbgacigmlndepbnppnpbhgdalfp |
Description | Easy 1-click bookmarking with Crestify |
File Size | 465 KB |
Installation Count | 25 |
Current Version | 1.1.3 |
Last Updated | 2022-02-18 |
Publish Date | 2020-07-17 |
Rating | 3.75/5 Total 4 Ratings |
Developer | https://crestify.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.crestify.com |
Privacy Policy Page URL | https://www.crestify.com/tos |
Supported Languages | 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:\/\/*\/*", " |