Orbios plugin

Save photo, video, music and links from any website into Orbios cloud directly.

Orbios pluginคืออะไร?

Orbios plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://promo.orbios.com และคุณลักษณะหลักของมันคือ "Save photo, video, music and links from any website into Orbios cloud directly."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Orbios plugin

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

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

                        Orbios is not only a cloud storage, where you can keep your own photos, video clips, documents or other kinds of files. This application is your personal computer which contains in the cloud storage. Using Orbios you can generate your own folders, files, listen to the music, watch video clips or see photos.

Also this plugin can help you to download your favorite media files from other sites straight to the Orbios. You just need to click by the right mouse button on a media file and select "Download".

Almost all of us use the Internet. There we can find some useful images or interesting videos. Sometimes we save this paginal reference. Sometimes we just download needed file on personal computer or notebook. But then it can be too difficult to find this file again.

If you will use Orbios, you'll always know where is your saved image or video. This plugin saves the file to it's own cloud in a specific folder. Whether it's butterfly population infographic from the thematic resource or just a fun meme from one of the social networks, Orbios can easily help you to download any file in any convenient place.                    

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

ชื่อ Orbios plugin Orbios plugin
ID mjcehhkpdgoennpelaebljmohijbenel
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/orbios-plugin/mjcehhkpdgoennpelaebljmohijbenel
คำอธิบาย Save photo, video, music and links from any website into Orbios cloud directly.
ขนาดไฟล์ 95.83 KB
จำนวนการติดตั้ง 130
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2016-12-02
วันที่เผยแพร่ 2016-12-02
คะแนน 3.82/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://promo.orbios.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://orbios.com
URL หน้าช่วยเหลือ https://promo.orbios.com/rus/ru/feedback
URL หน้านโยบายความเป็นส่วนตัว https://promo.orbios.com/eng/en/policy
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "0.1.5",
    "icons": {
        "32": "assets\/icons\/icon-32x32.png",
        "48": "assets\/icons\/icon-48x48.png",
        "64": "assets\/icons\/icon-64x64.png",
        "128": "assets\/icons\/icon-128x128.png",
        "256": "assets\/icons\/icon-256x256.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/icon-256x256.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/app.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.min.js"
        ]
    },
    "web_accessible_resources": [
        "assets\/localization\/english.json",
        "assets\/localization\/russian.json",
        "assets\/styles\/progressbar.min.css",
        "assets\/icons\/icon.close.png"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "incognito": "split"
}