Version: 1.9.8
Platform: x86_64
First, install or update to the latest system software.
sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev
import Connection from 'tedious/lib/connection.js'; | |
/** @typedef {import('tedious').ConnectionConfig} ConnectionConfig */ | |
/** @typedef {import('tedious').ConnectionError} ConnectionError */ | |
/** @typedef {import('tedious').RequestError} RequestError */ | |
const MIN_CONNECTION_POOL = 2; | |
const MAX_CONNECTION_POOL = 10; | |
const MAX_CONNECTION_IDLE = 5000; | |
const MAX_CONNECTION_RETRY_TIME = 30000; |
{ | |
"name": "SyncExtension", | |
"version": "0.1", | |
"manifest_version": 2, | |
"description": "Storage Sync Extension", | |
"permissions": [ "storage" ], | |
"browser_action": { |
{ | |
"AL": "Alabama", | |
"AK": "Alaska", | |
"AS": "American Samoa", | |
"AZ": "Arizona", | |
"AR": "Arkansas", | |
"CA": "California", | |
"CO": "Colorado", | |
"CT": "Connecticut", | |
"DE": "Delaware", |