Bookmarks
Save and organize your bookmarks.
Wat is Bookmarks?
Bookmarks is een Chrome-extensie ontwikkeld door MindSky, en de belangrijkste functie is "Save and organize your bookmarks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmarks
Download Bookmarks-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
Provides a button to save active webpage title and URL to your account at https://mind.im/bookmarks. Save and organize bookmarks. Thumbnail previews Dark and light themes Tagging Nested Folders Search Open all YouTube bookmarks in folder/tag as a playlist, Watch bookmarked videos without leaving. Drag and drop design
Basisinformatie over de Extensie
Naam | |
ID | imppgbfkmkkehchbnkdcjfljaefgoblg |
Officiële URL | https://chrome.google.com/webstore/detail/bookmarks/imppgbfkmkkehchbnkdcjfljaefgoblg |
Beschrijving | Save and organize your bookmarks. |
Bestandsgrootte | 38.04 KB |
Aantal Installaties | 227 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2020-03-16 |
Publicatiedatum | 2020-03-16 |
Ontwikkelaar | MindSky |
Betalingswijze | free |
Extensiewebsite | https://mind.im/bookmarks/ |
Help Pagina-URL | http://sky.mind.im/bookmark-manager |
URL van de Privacybeleid Pagina | http://sky.mind.im/privacy |
Ondersteunde Talen | de,en,fr,nl,no,es,pt-BR,pt-PT,sv,ru,hi,th,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Bookmarks" }, "default_locale": "en", "description": "__MSG_appDesc__", "homepage_url": "http:\/\/mind.im\/bookmarks\/", "icons": { "128": "bookmark-128.png", "16": "bookmark-16.png", "48": "bookmark-48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "omnibox": { "keyword": "b" }, "permissions": [ "activeTab" ], "short_name": "Bookmarks", "version": "1.2" } |