Little Bookmark Box - Add to Inbox

Add a link directly to your Little Bookmark Box > Inbox.

什麼是Little Bookmark Box - Add to Inbox?

Little Bookmark Box - Add to Inbox是由https://www.pointworks.de開發的Chrome擴展程式,該擴展的主要功能是“Add a link directly to your Little Bookmark Box > Inbox.”。

擴展截圖

screenshot

下載Little Bookmark Box - Add to Inbox擴展crx文件

下載Little Bookmark Box - Add to Inbox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ••• Requires Little Bookmark Box App for Mac OS X •••

This extension makes it easy to bookmark the page you are viewing with a single click.
The bookmark will be created in your Little Bookmark Box > Inbox.

For more information and a free trial version of the Little Bookmark Box App, visit:
http://www.pointworks.de/software/little-bookmark-box/                    

擴展基本資訊

名稱 Little Bookmark Box - Add to Inbox Little Bookmark Box - Add to Inbox
ID kecofeefojipgifkamkhodblhhedakaf
官方網址 https://chromewebstore.google.com/detail/little-bookmark-box-add-t/kecofeefojipgifkamkhodblhhedakaf
簡介 Add a link directly to your Little Bookmark Box > Inbox.
檔案大小 41.98 KB
安裝次數 78
目前版本 1.1
更新時間 2016-05-02
上架時間 2016-05-01
開發者 https://www.pointworks.de
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.pointworks.de/software/little-bookmark-box/
說明頁面URL http://www.pointworks.de/software/little-bookmark-box/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Little Bookmark Box - Add to Inbox",
    "description": "Add a link directly to your Little Bookmark Box > Inbox.",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Add a link directly to your Little Bookmark Box > Inbox",
        "default_icon": "small_icon.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "lbb_128.png",
        "16": "lbb_16.png",
        "48": "lbb_48.png"
    }
}