Rubaiyat of Omar Khayyam

Meet poetry of world-wide famous outstanding Iranian mathematician, astronomer, and philosopher in a very easy and convenient way.

Τι είναι το Rubaiyat of Omar Khayyam;

Το Rubaiyat of Omar Khayyam είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SPRYTEAM, και η κύρια λειτουργία του είναι "Meet poetry of world-wide famous outstanding Iranian mathematician, astronomer, and philosopher in a very easy and convenient way.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Rubaiyat of Omar Khayyam

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

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

                        Meet poetry of world-wide famous outstanding Iranian mathematician, astronomer, and philosopher effortlessly and conveniently.

The extension shows rubai from hayamwiki.org every time you open a new tab and provides you the possibility to compare metaphrase (word-by-word translation) with translations made by poets and philologists over the past 200 years. 

Now the site's database contains metaphrases by A. Christensen (1927) and E. Heron-Allen (1898) and translations by E.H. Whinfield (1883), E. Fitzgerald (1859), E.F. Thompson (1906) and H.M. Cadell (1899).

Hayam's legacy is translated into more than fifty languages, and we are going to collect all of them ever being published.

Feel free to contact us if you like to help us updating the database or to share your improvement ideas. 

Your feedback and help is strongly needed.

============================

1.5.X - the extension menu with settings and filter by translators has been added

1.4.X - a glossary containing 194 names and terms found in rubai has been added

1.3.X - rubai automatic update feature has been added

1.2.X - hot keys have been added: space bar to switch on/off metaphrase, ← and → to change the translator

1.1.X - translations in English, French, Russian and German are added to the database                    

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

Όνομα Rubaiyat of Omar Khayyam Rubaiyat of Omar Khayyam
ID eadfghfoeifieeapjlepcchlnpikikca
Επίσημο URL https://chromewebstore.google.com/detail/rubaiyat-of-omar-khayyam/eadfghfoeifieeapjlepcchlnpikikca
Περιγραφή Meet poetry of world-wide famous outstanding Iranian mathematician, astronomer, and philosopher in a very easy and convenient way.
Μέγεθος Αρχείου 1.08 MB
Αριθμός Εγκαταστάσεων 22
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2019-04-08
Ημερομηνία Δημοσίευσης 2019-04-08
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής SPRYTEAM
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://hayamwiki.org
Υποστηριζόμενες Γλώσσες de,en,fr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_desc__",
    "default_locale": "en",
    "version": "2.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icons\/icon_32.png",
        "32": "images\/icons\/icon_32.png",
        "48": "images\/icons\/icon_32.png",
        "128": "images\/icons\/icon_32.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "browser_action": {
        "default_icon": "images\/icons\/icon_32.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Hayamwiki"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/hayamwiki.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/hayamwiki.org\/*"
            ],
            "js": [
                "content_scripts\/oauth.js"
            ]
        }
    ]
}