Save to Digi Storage

Save to Digi Storage allows you to easily save content from the web directly to your Digi Storage account with a single click.

Save to Digi Storageคืออะไร?

Save to Digi Storage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Digi Romania และคุณลักษณะหลักของมันคือ "Save to Digi Storage allows you to easily save content from the web directly to your Digi Storage account with a single click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save to Digi Storage

ดาวน์โหลดไฟล์ส่วนขยาย Save to Digi Storage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Aceasta extensie iti permite sa iti salvezi continutul din paginile web direct in contul Digi Storage.

Vrei sa salvezi text, imagini, documente sau orice tip de fisiere din paginile web pentru vizionarea ulterioare ? Acum poti face asta cu un singur click! Foloseste extensia 'Save to Digi' si iti poti salva contentul web preferat direct in contul Digi Storage, de unde il poti viziona si sincroniza pe orice dispozitiv!

 Digi Storage este cel mai rapid serviciu de stocare pentru clientii din Romania. Toate serverele Digi Storage sunt in Romania asa ca poti transfera si sincroniza fisiere la viteze de pina la 1Gbps!

Mai mult, oferim si cea mai mare capacitate de stocare GRATUITA: 20GB pentru clientii Fiberlink 500 si 50GB pentru clientii Fiberlink 1000.

Cu Digi Storage ai acces la toate datele tale oriunde, oricind si ti le poti sincroniza pe toate dispozitivele, indiferent daca e vorba de PC-uri cu Windows, Linux sau OS X sau telefoane cu Android, iOS sau Windows Phone. Poti extinde nelimitat capacitatea contului Digi Storage prin adaugarea conturilor existente de Dropbox, Google Drive sau OneDrive!

Poti partaja si uploada orice fisier, indiferent de marimea lui, printr-un singur click si poti accesa contul Digi Storage si prin FTP sau, direct din sistemul de operare, prin WebDav.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Save to Digi Storage Save to Digi Storage
ID fbenhamgokbolgcpbmohdmhdhidbjlli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-to-digi-storage/fbenhamgokbolgcpbmohdmhdhidbjlli
คำอธิบาย Save to Digi Storage allows you to easily save content from the web directly to your Digi Storage account with a single click.
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 10,789
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2022-11-29
วันที่เผยแพร่ 2016-04-07
คะแนน 4.83/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา Digi Romania
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://storage.rcs-rds.ro
URL หน้านโยบายความเป็นส่วนตัว https://storage.rcs-rds.ro/staticpages/digi-storage-privacy-21144a7c38b13911bb0a.pdf
ภาษาที่รองรับ en,ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "version": "1.2.4",
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": "icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery-3.1.1.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "lib\/toastr.min.css",
                "koofr.css"
            ],
            "js": [
                "lib\/jquery-3.1.1.js",
                "lib\/toastr.min.js",
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "lib\/*",
        "content_script.js",
        "koofr.css",
        "present"
    ],
    "commands": {
        "screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "__MSG_screenshotCmdDesc__"
        },
        "saveLargestImage": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "__MSG_screenshotCmdDesc__"
        }
    }
}