Bort

Official extension for Bort.io bookmark service

What is Bort?

Bort is a Chrome extension developed by https://bort.io, and its main feature is "Official extension for Bort.io bookmark service".

Extension Screenshots

screenshot

Download Bort Extension CRX File

Download Bort extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Bort is a web app for bookmarks. See Bort.io for details.

This extension adds a toolbar button to bookmark the current page.                    

Extension Basic Information

Name Bort Bort
ID eajekpgjnmgenchapgfcofiiibbgcfla
Official URL https://chromewebstore.google.com/detail/bort/eajekpgjnmgenchapgfcofiiibbgcfla
Description Official extension for Bort.io bookmark service
File Size 5.85 KB
Installation Count 91
Current Version 1.0
Last Updated 2018-12-30
Publish Date 2018-12-29
Developer https://bort.io
Payment Type free
Extension Website https://bort.io/
Help Page URL https://bort.io/about.html#contact
Supported Languages 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
}