Crestify

Easy 1-click bookmarking with Crestify

Crestifyとは何ですか?

Crestifyはhttps://crestify.comによって開発されたChromeの拡張機能で、その主な機能は「Easy 1-click bookmarking with Crestify」です。

拡張機能のスクリーンショット

screenshot

Crestify拡張機能のCRXファイルをダウンロード

Crestify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Crestify Crestify
ID afhekhbgacigmlndepbnppnpbhgdalfp
公式URL https://chromewebstore.google.com/detail/crestify/afhekhbgacigmlndepbnppnpbhgdalfp
説明 Easy 1-click bookmarking with Crestify
ファイルサイズ 465 KB
インストール数 25
現在のバージョン 1.1.3
最終更新日 2022-02-18
公開日 2020-07-17
評価 3.75/5 合計 4 レビュー
開発者 https://crestify.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.crestify.com
プライバシーポリシーページのURL https://www.crestify.com/tos
対応言語 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:\/\/*\/*",
        "",
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:5000\/*\/*",
                "https:\/\/crestify.tunnelto.dev\/*\/*",
                "https:\/\/www.crestify.com\/*\/*"
            ],
            "js": [
                "libs\/browser-polyfill.min.js",
                "js\/login_content_script.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/localhost:5000\/*\/*",
                "https:\/\/crestify.tunnelto.dev\/*\/*",
                "https:\/\/www.crestify.com\/*\/*"
            ],
            "js": [
                "libs\/browser-polyfill.min.js",
                "libs\/jquery.min.js",
                "libs\/md5.js",
                "libs\/page-metadata-parser.bundle.js",
                "libs\/htmlclean.js",
                "js\/rel_abs.min.js",
                "js\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    }
}