Bookmarks to Basecamp

'Boo2Ba' or Bookmarks to Basecamp lets you save bookmarks directly into any Basecamp project, using CTRL-SHIFT-Y.

Bookmarks to Basecamp란 무엇입니까?

Bookmarks to Basecamp은(는) http://www.pillarsupport.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "'Boo2Ba' or Bookmarks to Basecamp lets you save bookmarks directly into any Basecamp project, using CTRL-SHIFT-Y."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bookmarks to Basecamp 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Save time when researching for a project, and keep ALL your notes in one place, Basecamp.

"Boo2Ba" or Bookmarks to Basecamp is compatible with with Basecamp and Basecamp Classic. Now you can utilize your Basecamp projects as a true cloud storage to save bookmarks that are essential to project knowledge.

For SETUP Instructions: http://pillarsupport.com/boo2ba/#setup

(Note: there is a seperate Chrome extension for each, and only one extension can be used at a time.)

Features:

--    Two versions of Boo2Ba to ensure compatibility with Basecamp and Basecamp Classic (Note: Only one version per Chrome installation permitted or else the extensions will conflict.)
--    Never leave Chrome--as you surf and find pages that are critical to knowledge around a project, simply "Boo2Ba" any page by using the keyboard shortcut: CTRL+SHIFT+Y (works the same with Chrome for Mac OSX)
--    One message/thread in Basecamp that contains all the Bookmarks (Note: the thread is initially set to Private but can be made viewable to be seen by clients)
--    Instant availability: no need to synch or wait, bookmarks appear in Basecamp immediately
--    One place to keep all project knowledge: Basecamp                    

확장 프로그램 기본 정보

이름 Bookmarks to Basecamp Bookmarks to Basecamp
ID gaciihggkfdocnfndioghclonohpdbfk
공식 URL https://chrome.google.com/webstore/detail/bookmarks-to-basecamp/gaciihggkfdocnfndioghclonohpdbfk
설명 'Boo2Ba' or Bookmarks to Basecamp lets you save bookmarks directly into any Basecamp project, using CTRL-SHIFT-Y.
파일 크기 390 KB
설치 횟수 64
현재 버전 1.5
최근 업데이트 2015-03-10
출시 날짜 2015-03-10
개발자 http://www.pillarsupport.com
결제 유형 free
도움말 페이지 URL http://pillarsupport.com/boo2ba/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks to Basecamp",
    "short_name": "Boo2Ba",
    "description": "'Boo2Ba' or Bookmarks to Basecamp lets you save bookmarks directly into any Basecamp project, using CTRL-SHIFT-Y.",
    "version": "1.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "common\/javascript\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "declarativeContent",
        "contentSettings",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "management",
        "notifications"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Add ro Basecamp ",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "icon48.png"
    ],
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "windows": "Ctrl+Shift+Y",
                "mac": "MacCtrl+Shift+Y",
                "chromeos": "Ctrl+Shift+Y",
                "linux": "Ctrl+Shift+Y"
            },
            "description": "Send a 'toggle-feature' event to the extension"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+Y",
                "linux": "Ctrl+Shift+Y"
            }
        }
    }
}