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開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension allowing you to open and save your files on Google Drive and Dropbox.”。
擴展截圖
下載Wowie Text Editor擴展crx文件
下載Wowie Text Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | cnonakjkbjhmpcphhbhdedoepinbabfg |
| 官方網址 | 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"
} | |