cTouch r5 (external)

You can browse smartphone websites. Configuration is saved to external CGI.

Τι είναι το cTouch r5 (external);

Το cTouch r5 (external) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://code.google.com/p/ctouch, και η κύρια λειτουργία του είναι "You can browse smartphone websites. Configuration is saved to external CGI.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης cTouch r5 (external)

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

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

                        ** Up to Chrome 53 is supported. Please move to (true). **

This is external version. You need https://chrome.google.com/webstore/detail/abmbnealdnngelmgbiiblpcpbapmmlkd

This extension patches some JavaScript properties to mimic smartphone.
In this way you can browse smartphone websites.

[cTouch r4]
2.5.4.40722
* Tweaked generated iframe handling.
* From this version, Chrome 20-36 support is unofficial. 37+ is officially supported.
2.5.5.40904 Migrated to sourceforge. Released as binary.
2.5.6.50511 Updated UA list. You can unset UA from option page.
2.5.7.50517 Fixed official touch event detection.
2.5.8.51020 Updated UA list (2.5.7 forgot to update UA list URL).
2.5.9.51020 Fixed UA list...

[cTouch r5]
2.6.0.60807 Updated internal structure.
2.6.1.60829 Update ctouch_inner.rb for compliance...
2.7.0.6117
* Fixed: save in ctouch_bg and ctouch_option broke content-script side.
* Updated some variables initialization (Firefox compatibility)
* Updated UA list.
2.7.0.6127 Reverted touch event initialization.
2.7.1.6127 Updated webRequest resource type (fix gree::66421).                    

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

Όνομα cTouch r5 (external) cTouch r5 (external)
ID blebjmmceflglbgfanihlnlhjbbdpdkp
Επίσημο URL https://chromewebstore.google.com/detail/ctouch-r5-external/blebjmmceflglbgfanihlnlhjbbdpdkp
Περιγραφή You can browse smartphone websites. Configuration is saved to external CGI.
Μέγεθος Αρχείου 59.16 KB
Αριθμός Εγκαταστάσεων 340
Τρέχουσα Έκδοση 2.7.1.6127
Τελευταία Ενημέρωση 2017-06-11
Ημερομηνία Δημοσίευσης 2017-06-11
Προγραμματιστής https://code.google.com/p/ctouch
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/cielavenir/ctouch/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/cielavenir/ctouch/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "@cielavenir",
    "name": "cTouch r5 (external)",
    "description": "You can browse smartphone websites. Configuration is saved to external CGI.",
    "version": "2.7.1.6127",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/cielavenir\/ctouch\/",
    "background": {
        "scripts": [
            "ctouch_saveconfig.js",
            "ctouch_bg.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "management",
        ""
    ],
    "options_page": "ctouch_option.html",
    "browser_action": {
        "default_icon": {
            "128": "icon128.png",
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png"
        },
        "default_title": "cTouch r5 (external)",
        "default_popup": "ctouch_popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ctouch_bootstrap.js"
            ],
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "ctouch_css.js"
            ],
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "-ms-preload": {
        "backgroundScript": "backgroundScriptsAPIBridge.js",
        "contentScript": "contentScriptsAPIBridge.js"
    }
}