Tiny notes
Create your tiny notes without leaving current tab
什麼是Tiny notes?
Tiny notes是由taras.d開發的Chrome擴展程式,該擴展的主要功能是“Create your tiny notes without leaving current tab”。
擴展截圖
下載Tiny notes擴展crx文件
下載Tiny notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | bhpicdlgfpjaidahkmfddkehnmlbljed |
| 官方網址 | https://chromewebstore.google.com/detail/tiny-notes/bhpicdlgfpjaidahkmfddkehnmlbljed |
| 簡介 | Create your tiny notes without leaving current tab |
| 檔案大小 | 38.17 KB |
| 安裝次數 | 71 |
| 目前版本 | 1.0.3 |
| 更新時間 | 2017-02-20 |
| 上架時間 | 2017-02-19 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | taras.d |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tiny notes",
"version": "1.0.3",
"description": "Create your tiny notes without leaving current tab",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Tiny notes",
"default_icon": {
"16": "icons\/icon-16.png",
"24": "icons\/icon-24.png",
"32": "icons\/icon-32.png"
}
}
} | |