Bookmark Lock
Lock your private bookmarks
Wat is Bookmark Lock?
Bookmark Lock is een Chrome-extensie ontwikkeld door engr.mo, en de belangrijkste functie is "Lock your private bookmarks".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmark Lock
Download Bookmark Lock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Lock your private bookmarks. v1.1.2 -Increase the remote synchronization function; -Fixed bugs.
Basisinformatie over de Extensie
Naam | Bookmark Lock |
ID | comgdpdblghhphamnlfjdmcpfekanbke |
Officiële URL | https://chromewebstore.google.com/detail/bookmark-lock/comgdpdblghhphamnlfjdmcpfekanbke |
Beschrijving | Lock your private bookmarks |
Bestandsgrootte | 386 KB |
Aantal Installaties | 3,081 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2019-01-10 |
Publicatiedatum | 2019-01-09 |
Beoordeling | 3.82/5 Totaal 11 Beoordelingen |
Ontwikkelaar | engr.mo |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.1.2", "manifest_version": 2, "default_locale": "en", "description": "__MSG_extDesc__", "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_icon": { "19": "img\/lock19.png", "38": "img\/lock38.png" }, "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/common.js", "js\/background.js" ], "persistent": true }, "icons": { "16": "img\/lock16.png", "32": "img\/lock32.png", "48": "img\/lock48.png", "128": "img\/lock128.png" }, "permissions": [ "bookmarks", "tabs", "contextMenus", "storage" ] } |