Notion Sidebar Expander
Expands Notion Sidebar items to reveal the current page
Notion Sidebar Expander क्या है?
Notion Sidebar Expander George Gillams द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Expands Notion Sidebar items to reveal the current page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Notion Sidebar Expander एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically expands Notion sidebar to reveal the current page
एक्सटेंशन की मूल जानकारी
नाम | Notion Sidebar Expander |
ID | bcncpphhpgindiaibcnbhihjkchnanad |
आधिकारिक URL | https://chromewebstore.google.com/detail/notion-sidebar-expander/bcncpphhpgindiaibcnbhihjkchnanad |
विवरण | Expands Notion Sidebar items to reveal the current page |
फ़ाइल का आकार | 9.72 KB |
स्थापना संख्या | 290 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2023-06-06 |
प्रकाशन तिथि | 2022-02-15 |
रेटिंग | 3.20/5 कुल 5 रेटिंग्स |
डेवलपर | George Gillams |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Notion Sidebar Expander", "description": "Expands Notion Sidebar items to reveal the current page", "version": "1.1.2", "content_scripts": [ { "matches": [ "https:\/\/*.notion.so\/*" ], "js": [ "content.js" ] } ], "permissions": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |