Bookmark Manager
Simple and Easy to Use
Hvad er Bookmark Manager?
Bookmark Manager er en Chrome-udvidelse udviklet af Abbas Gussenov, og dens hovedfunktion er "Simple and Easy to Use".
Udvidelsesskærmbilleder
Download Bookmark Manager-udvidelses-CRX-fil
Download Bookmark Manager-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Additional manually-managed browser history. Bookmark Manager is a Chrome extension that works only under the management of the user.
Grundlæggende oplysninger om udvidelsen
Navn | Bookmark Manager |
ID | aceciacheicfbbickdmhomlbidfcgcid |
Officiel URL | https://chromewebstore.google.com/detail/bookmark-manager/aceciacheicfbbickdmhomlbidfcgcid |
Beskrivelse | Simple and Easy to Use |
Filstørrelse | 26.64 KB |
Antal Installationer | 88 |
Nuværende Version | 0.0.0.10 beta |
Senest Opdateret | 2018-07-06 |
Udgivelsesdato | 2018-07-05 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | Abbas Gussenov |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/gusenov/managed-browser-history |
Hjælpeside-URL | https://github.com/gusenov/managed-browser-history/issues |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.0.0.10", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/16\/star-full-icon.png", "48": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/48\/star-full-icon.png", "128": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/128\/star-full-icon.png" }, "page_action": { "default_icon": { "16": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/16\/star-full-icon.png", "48": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/48\/star-full-icon.png", "128": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/128\/star-full-icon.png" }, "default_title": "__MSG_extPageActionDefaultTitle__", "default_popup": "html\/popup.html" }, "author": "__MSG_extAuthor__", "background": { "scripts": [ "node_modules\/web-store\/web-store.js", "js\/shared.js", "js\/background.js" ], "persistent": false }, "externally_connectable": { "ids": [ "oilbhdaboflggkedbegfpjmnikpiccmo", "pkpobljamjgbapmbakcnhggopcmjhiio" ] }, "permissions": [ "contextMenus", "tabs", "storage" ], "short_name": "__MSG_extShortName__", "version_name": "0.0.0.10 beta" } |