Anaglyphic

This extension will transform any website into a 3d anaglyph. Simply click the 3d glasses and let the extension do its magic.

Τι είναι το Anaglyphic;

Το Anaglyphic είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dan Reed, και η κύρια λειτουργία του είναι "This extension will transform any website into a 3d anaglyph. Simply click the 3d glasses and let the extension do its magic.".

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

screenshot

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

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

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

                        Are your internets too flat? Are you bored? Do you have some red/blue 3d glasses? Fantastic!

With this chrome extension, all your problems have been solved! With the click of a button, transform the text on any website into a 3d map -- see what the coders and the man don't want you to see. You'll be just like Rowdy Roddy Piper in that movie with the skull aliens where he's got the cool sunglasses. You've seen it, right?

IMAGINE HOW MANY PEOPLE YOU ARE ABOUT TO IMPRESS.

Download today and YOU COULD SAVE YOUR OWN LIFE.                    

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

Όνομα Anaglyphic Anaglyphic
ID ljibdnhgcmokiamcmjfompnkebpkfolg
Επίσημο URL https://chrome.google.com/webstore/detail/anaglyphic/ljibdnhgcmokiamcmjfompnkebpkfolg
Περιγραφή This extension will transform any website into a 3d anaglyph. Simply click the 3d glasses and let the extension do its magic.
Μέγεθος Αρχείου 156 KB
Αριθμός Εγκαταστάσεων 364
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2013-08-02
Ημερομηνία Δημοσίευσης 2013-08-02
Αξιολόγηση 3.12/5 Συνολικά 25 Αξιολογήσεις
Προγραμματιστής Dan Reed
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anaglyphic",
    "description": "This extension will transform any website into a 3d anaglyph. Simply click the 3d glasses and let the extension do its magic.",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "javascript\/anaglyphic.js",
        "javascript\/third_party\/jquery.min.js",
        "javascript\/third_party\/html2canvas.js"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/icon19.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "stylesheets\/anaglyphic.css"
            ]
        }
    ]
}