FEBOX
Cross-platform bookmarking and searching
FEBOX क्या है?
FEBOX firmeve द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cross-platform bookmarking and searching"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FEBOX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
At present, I am very excited and excited because the Febox platform has been launched. Bookmarks are one of the important functions of the browser, but the bookmark itself cannot replace us better classification, collection, and search, so this is where Febox focuses on. In Febox, you can collect the content, pictures, constituencies or links offline, and the content of the collection will automatically identify the main area and remove the advertisement in most scenarios. This is where we are excited for it. We will save these data permanently, and we will no longer worry about the content of the bookmark link that has not been visited for a long time will be deleted We provide a very convenient full -content search support. For any page, as long as a shortcut key (Shift+Alt+K), you can focus on searching for the content you have preserved, and also support the content of the content that is not found to automatically jump to the search to search for search. Engine, this is your exclusive search tool
एक्सटेंशन की मूल जानकारी
नाम | FEBOX |
ID | mjaioceoblooamkkddmgdbcfdhneoncm |
आधिकारिक URL | https://chromewebstore.google.com/detail/febox/mjaioceoblooamkkddmgdbcfdhneoncm |
विवरण | Cross-platform bookmarking and searching |
फ़ाइल का आकार | 613 KB |
स्थापना संख्या | 132 |
वर्तमान संस्करण | 0.3.3 |
अंतिम अपडेट | 2023-01-25 |
प्रकाशन तिथि | 2022-05-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | firmeve |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://febox.app |
सहायता पृष्ठ URL | https://document.firmeve.com/ |
गोपनीयता नीति पृष्ठ URL | https://firmeve.com/protocol |
समर्थित भाषाएँ | en-US,fr,ar,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FEBOX", "description": "Cross-platform bookmarking and searching", "version": "0.3.3", "default_locale": "en_US", "background": { "service_worker": "background.js" }, "options_page": "options.html", "icons": { "16": "logo\/16-16.png", "32": "logo\/32-32.png", "48": "logo\/48-48.png", "128": "logo\/128-128.png" }, "action": { "default_title": "FEBOX" }, "commands": { "collect-page": { "suggested_key": { "default": "Shift+Alt+P" }, "description": "Save page content" }, "search-content": { "suggested_key": { "default": "Shift+Alt+K" }, "description": "Search collect content" } }, "permissions": [ "contextMenus", "storage", "history" ], "externally_connectable": { "matches": [ "https:\/\/firmeve.com\/*", "http:\/\/firmeve.com\/*", "https:\/\/febox.app\/*", "http:\/\/febox.app\/*" ] }, "content_scripts": [ { "matches": [ " |