Notion Forms
Hide Notion widget border
什麼是Notion Forms?
Notion Forms是由savetonotion.so開發的Chrome擴展程式,該擴展的主要功能是“Hide Notion widget border”。
擴展截圖
下載Notion Forms擴展crx文件
下載Notion Forms擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
≡ Features
* Hide Notion Widget border to put widgets inside Notion without noticing it
* Copy easily your Notion credentials by clicking on a button.
≡ Privacy
* The extension does NOT collect any data or send data to third party. 擴展基本資訊
| 名稱 | |
| ID | lmlcnllajejljjffbfnpcmeldomdcfjn |
| 官方網址 | https://chrome.google.com/webstore/detail/notion-forms/lmlcnllajejljjffbfnpcmeldomdcfjn |
| 簡介 | Hide Notion widget border |
| 檔案大小 | 16.99 KB |
| 安裝次數 | 856 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2020-12-08 |
| 上架時間 | 2020-12-08 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | savetonotion.so |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://www.notion.so/Privacy-Policy-79e2d879b3d3405ba50e800a39fe25ec |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Notion Forms",
"version": "0.0.1",
"manifest_version": 2,
"description": "Hide Notion widget border",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.notion.so\/*"
],
"css": [],
"js": [
"src\/custom.js"
]
}
],
"permissions": [
"storage",
"activeTab",
"https:\/\/*.notion.so\/*",
"cookies"
],
"browser_action": {
"default_popup": "src\/popup.html",
"default_title": "Notion Forms"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-...='; object-src 'self'"
} | |