Crestify
Easy 1-click bookmarking with Crestify
Apa itu Crestify?
Crestify adalah ekstensi Chrome yang dikembangkan oleh https://crestify.com, dan fitur utamanya adalah "Easy 1-click bookmarking with Crestify".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Crestify
Unduh file ekstensi Crestify 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
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.
Informasi Dasar Ekstensi
Nama | Crestify |
ID | afhekhbgacigmlndepbnppnpbhgdalfp |
URL Resmi | https://chromewebstore.google.com/detail/crestify/afhekhbgacigmlndepbnppnpbhgdalfp |
Deskripsi | Easy 1-click bookmarking with Crestify |
Ukuran File | 465 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 1.1.3 |
Terakhir Diperbarui | 2022-02-18 |
Tanggal Publikasi | 2020-07-17 |
Penilaian | 3.75/5 Total 4 Penilaian |
Pengembang | https://crestify.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.crestify.com |
URL Halaman Kebijakan Privasi | https://www.crestify.com/tos |
Bahasa yang Didukung | 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:\/\/*\/*", " |