Bookmark Plus
Quickly save bookmarks to target folder
Τι είναι το Bookmark Plus;
Το Bookmark Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον light901204, και η κύρια λειτουργία του είναι "Quickly save bookmarks to target folder".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bookmark Plus
Λήψη αρχείων επέκτασης Bookmark Plus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
===Applicable=== If you have a lot of bookmarks to manage. Difficulty finding the right folder when saving bookmarks. ===Features === ★ Quickly search for folder names; ★ Create or search folders using commands (in the search box): Command: #[folder name] Description: Show the subfolders of the folder, only find one level deep, you need to enter the full folder name, not fuzzy search. ------------ Command: ##p Description: Show all pinned folders. ------------ Command: [folder name] > [keyword] Description: Show subfolders that contain keywords in the folder. ------------ Command: #[parent folder] ![new folder name] Description: Create a new folder within the parent folder. ------------ Command: ![new folder name] Description: Create a new folder in the root directory ------------ Double-clicking the Shift key will copy the folder name from the drop-down list to the search box. ★ Pin commonly used folders,support drag and drop sorting (Maximum 20 items); ★ Show a list of recently used folders (Maximum 20 items); ★ 100% offline execution. Protect data security and privacy; ★ Same theme as native UI; ★ Support shortcut key activation: Windows: Alt+Shift+D Mac: Alt+D Linux: Alt+Shift+D =============================== Found a bug? Have a problem and need help? Please Visit : https://github.com/a90120411/BookmarkPlus/issues If you like this extension, you can now buy me a coffee~ https://www.buymeacoffee.com/bigbigwolf90 Best regards!!!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bookmark Plus |
ID | kcipcflegclplnkpbijedkhgljodgfcp |
Επίσημο URL | https://chromewebstore.google.com/detail/bookmark-plus/kcipcflegclplnkpbijedkhgljodgfcp |
Περιγραφή | Quickly save bookmarks to target folder |
Μέγεθος Αρχείου | 173 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2022-03-15 |
Ημερομηνία Δημοσίευσης | 2022-03-10 |
Αξιολόγηση | 4.45/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | light901204 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/a90120411/BookmarkPlus |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/a90120411/BookmarkPlus |
Υποστηριζόμενες Γλώσσες | en,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0", "manifest_version": 3, "default_locale": "en", "minimum_chrome_version": "89", "author": "BigBigWolf([email protected])", "description": "__MSG_appDesc__", "permissions": [ "storage", "bookmarks", "tabs", "commands" ], "action": { "default_title": "__MSG_appName__", "default_popup": "popup.html", "default_icon": { "16": "\/images\/app_icon16.png", "32": "\/images\/app_icon32.png", "48": "\/images\/app_icon48.png", "128": "\/images\/app_icon128.png" } }, "icons": { "16": "\/images\/app_icon16.png", "32": "\/images\/app_icon32.png", "48": "\/images\/app_icon48.png", "128": "\/images\/app_icon128.png" }, "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+Shift+D", "mac": "Alt+D", "chromeos": "Alt+Shift+D", "linux": "Alt+Shift+D" } } }, "homepage_url": "https:\/\/github.com\/a90120411\/BookmarkPlus" } |