Roamit

Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly.

Τι είναι το Roamit;

Το Roamit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ahmadali shafiee, και η κύρια λειτουργία του είναι "Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Roamit

Λήψη αρχείων επέκτασης Roamit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ► Share the webpage you're reading to your other devices* and continue there with just a click!

► Integrate Chrome with Windows Timeline, and have your browsing activity history there automatically on all of your Windows 10 devices. (This feature is optional and can be disabled)

○ Link sharing works on Chrome on Windows, Mac and Linux. 
○ Uploading activity to Windows Timeline works on all operating systems as well, but viewing activities is only available on Windows 10 devices.

* Your Windows devices will need to be signed in with the same Microsoft account, and your Android devices will need to have Roamit app installed from Google Play Store.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Roamit Roamit
ID ighnlholdodepefajbkbjcedobmggmlk
Επίσημο URL https://chromewebstore.google.com/detail/roamit/ighnlholdodepefajbkbjcedobmggmlk
Περιγραφή Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly.
Μέγεθος Αρχείου 125 KB
Αριθμός Εγκαταστάσεων 958
Τρέχουσα Έκδοση 0.2.2
Τελευταία Ενημέρωση 2018-08-20
Ημερομηνία Δημοσίευσης 2018-08-20
Αξιολόγηση 5.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής ahmadali shafiee
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roamit",
    "description": "Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly.",
    "version": "0.2.2",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "initScript.js",
            "consts.js",
            "common.js",
            "remoteSessions.js",
            "background.js",
            "background-timeline.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "tabs",
        "sessions",
        "alarms",
        "https:\/\/roamit.ghiasi.net\/*"
    ]
}