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
官方URL 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"
    }
}