Crestify
Easy 1-click bookmarking with Crestify
Hvad er Crestify?
Crestify er en Chrome-udvidelse udviklet af https://crestify.com, og dens hovedfunktion er "Easy 1-click bookmarking with Crestify".
Udvidelsesskærmbilleder
Download Crestify-udvidelses-CRX-fil
Download Crestify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Crestify |
ID | afhekhbgacigmlndepbnppnpbhgdalfp |
Officiel URL | https://chromewebstore.google.com/detail/crestify/afhekhbgacigmlndepbnppnpbhgdalfp |
Beskrivelse | Easy 1-click bookmarking with Crestify |
Filstørrelse | 465 KB |
Antal Installationer | 25 |
Nuværende Version | 1.1.3 |
Senest Opdateret | 2022-02-18 |
Udgivelsesdato | 2020-07-17 |
Bedømmelse | 3.75/5 Samlet 4 Bedømmelser |
Udvikler | https://crestify.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.crestify.com |
URL til Fortrolighedspolitik Side | https://www.crestify.com/tos |
Understøttede Sprog | 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:\/\/*\/*", " |