TabIt - G Keep : Productivity in Access
Provides quick access to Google Keep - right in browser action pop-up
什麼是TabIt - G Keep : Productivity in Access?
TabIt - G Keep : Productivity in Access是由TabIt開發的Chrome擴展程式,該擴展的主要功能是“Provides quick access to Google Keep - right in browser action pop-up”。
擴展截圖
下載TabIt - G Keep : Productivity in Access擴展crx文件
下載TabIt - G Keep : Productivity in Access擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension provides a quick access to Google Keep website. It opens as a pop-up window by clicking on the icon of the extension. 擴展基本資訊
| 名稱 | |
| ID | mlgblhjjbecaeiocopmpceegpdeflmke |
| 官方網址 | https://chromewebstore.google.com/detail/tabit-g-keep-productivity/mlgblhjjbecaeiocopmpceegpdeflmke |
| 簡介 | Provides quick access to Google Keep - right in browser action pop-up |
| 檔案大小 | 65.61 KB |
| 安裝次數 | 889 |
| 目前版本 | 1.4.1 |
| 更新時間 | 2021-09-17 |
| 上架時間 | 2018-12-20 |
| 評分 | 3.36/5 共 11 次評分 |
| 開發者 | TabIt |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"short_name": "TabIt - G Keep",
"name": "TabIt - G Keep : Productivity in Access",
"version": "1.4.1",
"description": "Provides quick access to Google Keep - right in browser action pop-up",
"icons": {
"512": "images\/logo512.png",
"128": "images\/logo128.png",
"48": "images\/logo48.png"
},
"background": {
"scripts": [
"bg.js"
]
},
"browser_action": {
"default_icon": {
"512": "images\/logo512.png",
"128": "images\/logo128.png",
"48": "images\/logo48.png"
},
"default_title": "TabIt - G Keep",
"default_popup": "popup.html"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"https:\/\/keep.google.com\/*",
"notifications",
"management"
]
} | |