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 |
| 公式URL | 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 |
| Eメール | [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'"
} | |