Quick Editor
This extension quickly converts a tab into a quick editor
什麼是Quick Editor?
Quick Editor是由Manivannan R開發的Chrome擴展程式,該擴展的主要功能是“This extension quickly converts a tab into a quick editor”。
擴展截圖
下載Quick Editor擴展crx文件
下載Quick Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Searching for notepad... Turn chrome tab into editable notepad. More features coming soon..                     擴展基本資訊
| 名稱 |   |  
| ID | ehkakhfdjcfkijobfgbejedjggklojog | 
| 官方網址 | https://chromewebstore.google.com/detail/quick-editor/ehkakhfdjcfkijobfgbejedjggklojog | 
| 簡介 | This extension quickly converts a tab into a quick editor | 
| 檔案大小 | 4.07 KB | 
| 安裝次數 | 81 | 
| 目前版本 | 1.0 | 
| 更新時間 | 2017-05-18 | 
| 上架時間 | 2017-05-18 | 
| 開發者 | Manivannan R | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Editor",
    "short_name": "Turn chrome tab to text editor",
    "description": "This extension quickly converts a tab into a quick editor",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Quick Editor"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}  |  |