Purple Rails stable

Encrypted archiving and bookmarking of web pages in the cloud!

ما هو Purple Rails stable؟

Purple Rails stable هو إضافة Chrome تم تطويرها بواسطة https://www.purplerails.com، والميزة الرئيسية لها هي "Encrypted archiving and bookmarking of web pages in the cloud!".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Purple Rails stable

قم بتنزيل ملفات الامتداد Purple Rails stable بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Purple Rails is an encrypted bookmarks webapp that automatically archives whole web pages (including images), in addition to saving the URL (aka link). The archiving feature also works on unbookmarkable web pages such as purchase confirmations. Also works on pages that require special access such a login or IP address restrictions to view.

All data is encrypted with your password on your own computer before being transfer to our service. Even the site operators do not have access to the pages you've stored.

View a demo video on our web site.                    

معلومات أساسية عن التمديد

الاسم Purple Rails stable Purple Rails stable
ID fmgofnjbanbfepmfimmobfhcdjebmjjf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/purple-rails-stable/fmgofnjbanbfepmfimmobfhcdjebmjjf
الوصف Encrypted archiving and bookmarking of web pages in the cloud!
حجم الملف 432 KB
عدد التثبيتات 10
النسخة الحالية 8.25
آخر تحديث 2019-03-08
تاريخ النشر 2019-03-08
تقييم 3.00/5 مجموع تقييمات 2
المطور https://www.purplerails.com
نوع الدفع free
موقع الإضافة https://www.purplerails.com/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Purple Rails stable",
    "short_name": "Purple Rails",
    "version": "8.25",
    "manifest_version": 2,
    "description": "Encrypted archiving and bookmarking of web pages in the cloud!",
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "extension-icon.png"
        },
        "default_title": "Purple Rails",
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "purp"
    },
    "icons": {
        "16": "extension-icon.png"
    },
    "web_accessible_resources": [
        "Bubble.js",
        "Bubble.css",
        "bubble.html",
        "no_preview.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.purplerails.com\/stable\/a\/makepage\/*"
            ],
            "js": [
                "bubblemake.js",
                "bubble_for_makepage.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.purplerails.com\/stable\/c\/login"
            ],
            "js": [
                "savekey.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.purplerails.com\/stable\/a\/home"
            ],
            "js": [
                "sjcl.js",
                "csutils.js",
                "pako.js",
                "enc.js",
                "decryptbridge.js",
                "savekey2.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.purplerails.com\/stable\/a\/makepage\/*",
                "https:\/\/www.purplerails.com\/stable\/a\/list",
                "https:\/\/www.purplerails.com\/stable\/a\/list?*",
                "https:\/\/www.purplerails.com\/stable\/a\/search",
                "https:\/\/www.purplerails.com\/stable\/a\/editnote\/*"
            ],
            "js": [
                "sjcl.js",
                "csutils.js",
                "pako.js",
                "enc.js",
                "notes_utils.js",
                "decryptbridge.js",
                "dodecryptbridge.js",
                "bubblemake.js",
                "bubble_for_list.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.purplerails.com\/stable\/a\/list",
                "https:\/\/www.purplerails.com\/stable\/a\/list?*",
                "https:\/\/www.purplerails.com\/stable\/a\/search"
            ],
            "js": [
                "search_ui.js",
                "uri.js",
                "notes_ui.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.purplerails.com\/stable\/a\/change_password"
            ],
            "js": [
                "enc_currpasswd.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "unlimitedStorage",
        "pageCapture",
        "contextMenus",
        "alarms",
        "idle",
        ""
    ]
}