Crown
A chrome extension to quickly retrieve and switch your bookmarks and tabs!!!
Crown क्या है?
Crown https://crowncj.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension to quickly retrieve and switch your bookmarks and tabs!!!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Crown एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Crown: A chrome extension to quickly retrieve and switch your bookmarks and tabs!!! For more details, please go to my github( https://github.com/crown3/crown ) view 中文介绍 -- https://github.com/crown3/crown/blob/master/README_zh.md How to use? Default alt + s shortcut to open this extension , you can find in your chrome extensions page the bottom of the keyboard shortcuts button click to modify In the input box under the focus to support the following shortcuts tab: Toggle bookmark search and tab search up & down: Up and down arrow keys to control the selected item enter: Enter directly jump to the appropriate page Recently updated: v1.2.0 fix activeItem location bug when change search string
एक्सटेंशन की मूल जानकारी
नाम | Crown |
ID | bfmniheobinjpgcoljkfhhalfeambejo |
आधिकारिक URL | https://chromewebstore.google.com/detail/crown/bfmniheobinjpgcoljkfhhalfeambejo |
विवरण | A chrome extension to quickly retrieve and switch your bookmarks and tabs!!! |
फ़ाइल का आकार | 69.23 KB |
स्थापना संख्या | 107 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2017-12-01 |
प्रकाशन तिथि | 2017-11-30 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://crowncj.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crown", "description": "A chrome extension to quickly retrieve and switch your bookmarks and tabs!!!", "version": "1.2.0", "offline_enabled": true, "icons": { "16": ".\/assets\/crown.png", "48": ".\/assets\/crown.png", "128": ".\/assets\/crown.png" }, "browser_action": { "default_icon": ".\/assets\/crown.png", "default_popup": "index.html", "default_title": "Crown" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "tabs" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+S" } } }, "author": "@chenjuncrown", "homepage_url": "https:\/\/github.com\/crown3\/crown" } |