Q Pad
The simple notepad.
什麼是Q Pad?
Q Pad是由chick307開發的Chrome擴展程式,該擴展的主要功能是“The simple notepad.”。
擴展截圖
下載Q Pad擴展crx文件
下載Q Pad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The simple notepad. You can share note via Gmail, Blogger or Twitter. "Ctrl + Shift + /" → to show list of shortcut keys
擴展基本資訊
名稱 | Q Pad |
ID | gkaekoklibblfgbmjcellibkjmgddcjh |
官方網址 | https://chromewebstore.google.com/detail/q-pad/gkaekoklibblfgbmjcellibkjmgddcjh |
簡介 | The simple notepad. |
檔案大小 | 183 KB |
安裝次數 | 873 |
目前版本 | 1.0.0 |
更新時間 | 2014-03-05 |
上架時間 | 2014-03-04 |
評分 | 4.33/5 共 42 次評分 |
開發者 | chick307 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/chick307/Q-Pad |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Q Pad", "version": "1.0.0", "description": "The simple notepad.", "icons": { "16": "images\/qpad-16.png", "128": "images\/qpad-128.png" }, "permissions": [ "tabs", "*:\/\/*\/*" ], "background": { "persistent": true, "scripts": [ "vendor\/angular\/angular.js", "scripts\/events.js", "scripts\/wrapped-storage.js", "scripts\/app.js", "scripts\/background.js" ] }, "browser_action": { "default_title": "Q Pad", "default_icon": "images\/qpad-19.png" }, "options_page": "options-page\/index.html" } |