Notion.so Faster & Responsive Popup
Have a better notion.so experience, less transitions and responsiveness
Wat is Notion.so Faster & Responsive Popup?
Notion.so Faster & Responsive Popup is een Chrome-extensie ontwikkeld door Matheus Cezar, en de belangrijkste functie is "Have a better notion.so experience, less transitions and responsiveness".
Extensie Screenshots
Download het CRX-bestand van de extensie Notion.so Faster & Responsive Popup
Download Notion.so Faster & Responsive Popup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Features ✔ ONE CLICK OPENS POPUP ✔ WRAP LINES IN CARDS ✔ HIDE HELP BUTTON ✔ FASTER TRANSITIONS ✔ SMALL PADDING ✔ RESPONSIVE (transforms columns in rows at narrow resolutions and windows) ✔ NICE SCROOL BAR
Basisinformatie over de Extensie
Naam | |
ID | leadcilhbmibbkgbnjgmmnfgnnhmeddk |
Officiële URL | https://chrome.google.com/webstore/detail/notionso-faster-responsiv/leadcilhbmibbkgbnjgmmnfgnnhmeddk |
Beschrijving | Have a better notion.so experience, less transitions and responsiveness |
Bestandsgrootte | 19.7 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 1.7 |
Laatst Bijgewerkt | 2020-10-09 |
Publicatiedatum | 2019-06-15 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Matheus Cezar |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://matheuscezar.me/ |
Help Pagina-URL | https://github.com/matheus6417/notion-so-responsive-popup/issues |
URL van de Privacybeleid Pagina | http://[email protected] |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notion.so Faster & Responsive Popup", "version": "1.7", "description": "Have a better notion.so experience, less transitions and responsiveness", "manifest_version": 2, "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "options_page": "options.html", "permissions": [ "https:\/\/www.notion.so\/*", "contextMenus" ], "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.notion.so\/*" ], "js": [ "content-script.js" ], "css": [ "content-style.css" ] } ] } |