Bort
Official extension for Bort.io bookmark service
Wat is Bort?
Bort is een Chrome-extensie ontwikkeld door https://bort.io, en de belangrijkste functie is "Official extension for Bort.io bookmark service".
Extensie Screenshots
Download het CRX-bestand van de extensie Bort
Download Bort-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
Bort is a web app for bookmarks. See Bort.io for details. This extension adds a toolbar button to bookmark the current page.
Basisinformatie over de Extensie
Naam | Bort |
ID | eajekpgjnmgenchapgfcofiiibbgcfla |
Officiële URL | https://chromewebstore.google.com/detail/bort/eajekpgjnmgenchapgfcofiiibbgcfla |
Beschrijving | Official extension for Bort.io bookmark service |
Bestandsgrootte | 5.85 KB |
Aantal Installaties | 91 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-12-30 |
Publicatiedatum | 2018-12-29 |
Ontwikkelaar | https://bort.io |
Betalingswijze | free |
Extensiewebsite | https://bort.io/ |
Help Pagina-URL | https://bort.io/about.html#contact |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bort", "version": "1.0", "author": "Osmo Salomaa", "description": "Official extension for Bort.io bookmark service", "icons": { "16": "bort-16.png", "32": "bort-32.png", "48": "bort-48.png", "128": "bort-128.png" }, "browser_action": { "default_icon": { "19": "bort-19.png", "38": "bort-38.png" }, "default_title": "Add Bort.io bookmark" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "offline_enabled": false } |