Mr.Sagasu
Bookmark Nickname & Search bookmark in the address bar
Mr.Sagasu क्या है?
Mr.Sagasu eetann द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bookmark Nickname & Search bookmark in the address bar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mr.Sagasu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
* Bookmark Nickname: Open bookmarks with hashtags at once * search to only titles of bookmarks at the address bar * fuzzy match = All you have to do is type a few characters Usage Bookmark Nickname 0. Add hashtag to the title of bookmark 1. Enter key bindings(default Ctrl + Shift + Y) 2. Enter hashtags on the popup screen 3. Press Enter key or Enter button on the screen Search titles of bookmarks at the address bar 1. Move at the address bar 2. Type "b" and space key 3. Type a few characters 4. Choice a suggest by using arrow keys and enter key
एक्सटेंशन की मूल जानकारी
नाम | Mr.Sagasu |
ID | kkendaacffjgfnjaolejgaopcoakacpb |
आधिकारिक URL | https://chromewebstore.google.com/detail/mrsagasu/kkendaacffjgfnjaolejgaopcoakacpb |
विवरण | Bookmark Nickname & Search bookmark in the address bar |
फ़ाइल का आकार | 63.06 KB |
स्थापना संख्या | 35 |
वर्तमान संस्करण | 22.10.30 |
अंतिम अपडेट | 2022-10-30 |
प्रकाशन तिथि | 2020-08-12 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | eetann |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/eetann/mrsagasu |
सहायता पृष्ठ URL | https://github.com/eetann/mrsagasu |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mr.Sagasu", "description": "Bookmark Nickname & Search bookmark in the address bar", "version": "22.10.30", "omnibox": { "keyword": "b" }, "permissions": [ "bookmarks" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "index.html" }, "icons": { "16": "icons\/icon-16x16.png", "32": "icons\/icon-32x32.png", "48": "icons\/icon-48x48.png", "128": "icons\/icon-128x128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Y" } } } } |