Wowie Text Editor

A Chrome extension allowing you to open and save your files on Google Drive and Dropbox.

Wowie Text Editor क्या है?

Wowie Text Editor https://wowie.us द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension allowing you to open and save your files on Google Drive and Dropbox."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wowie Text Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Text editor to open and save files on your Google Drive or Dropbox. Features syntax highlighting, line numbers, search and replace, sort, etc. I had trouble finding a text editor for chrome that was free, didn't have ads, and could open and save on Google Drive. Excellent for Chromebooks. Let me know what features you need and I will definitely consider adding the most popular requests.                    

एक्सटेंशन की मूल जानकारी

नाम Wowie Text Editor Wowie Text Editor
ID cnonakjkbjhmpcphhbhdedoepinbabfg
आधिकारिक URL https://chromewebstore.google.com/detail/wowie-text-editor/cnonakjkbjhmpcphhbhdedoepinbabfg
विवरण A Chrome extension allowing you to open and save your files on Google Drive and Dropbox.
फ़ाइल का आकार 3.12 MB
स्थापना संख्या 319
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2019-04-29
प्रकाशन तिथि 2019-04-29
रेटिंग 4.25/5 कुल 4 रेटिंग्स
डेवलपर https://wowie.us
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://wowie.us
सहायता पृष्ठ URL https://wowie.us
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "content\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "skin\/icon.png"
        },
        "default_title": "__MSG_cx_name__"
    },
    "content_scripts": [
        {
            "css": [
                "skin\/content_scripts.css"
            ],
            "js": [
                "content\/content_scripts.js"
            ],
            "matches": [
                "https:\/\/drive.google.com\/drive\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_cx_description__",
    "homepage_url": "https:\/\/wowie.us\/",
    "icons": {
        "128": "skin\/icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo6mvwKNPxGz8zbEPEGV9AYcdBp4CXORJn234oRyVMbgcy4OCwxCKS9uJiUrnz9\/FLIpjxnes9PQfT7jWCHBrfobsARSldd9V2JhzlDwGzAysLvW1sdnvufGl9tCTxEVN9bGlb5vVzJwaA08oyQPtROpw7llrzM+KZcMycW8srXObbrbRQB2cs9BtfZygt9r82pOzWiINkoE9xU+zOCp9cVBMsdk5GtStD\/1nBTgIR5dA13WhzaD3ExWwiopftx3d4MSvigDIalWM6lpLJGESgerds8h9KTdRtL+05nVzLxjQF7W339Tjn+EgnOXRNF2imRygTcBgsyeFrGwfU6OzPQIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_cx_name__",
    "oauth2": {
        "client_id": "1002640297092-m5ebu8a37t8lten9ijjlgjqbf8kn4qej.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "permissions": [
        "identity",
        "storage",
        "clipboardRead"
    ],
    "short_name": "__MSG_cx_short_name__",
    "version": "2.0.0"
}