Little Bookmark Box - Modify and Add

Modify & Add a link to your Little Bookmark Box.

什么是Little Bookmark Box - Modify and Add?

Little Bookmark Box - Modify and Add是由https://www.pointworks.de开发的Chrome扩展程序,该扩展的主要功能是“Modify & Add a link to your Little Bookmark Box.”。

扩展截图

screenshot

下载Little Bookmark Box - Modify and Add扩展crx文件

下载Little Bookmark Box - Modify and Add扩展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.
You can select the Box, add a note, add tags, or change the title.

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 - Modify and Add Little Bookmark Box - Modify and Add
ID hpegpphipfkpcbjbmahcjnmfcbkagcgj
官方URL https://chromewebstore.google.com/detail/little-bookmark-box-modif/hpegpphipfkpcbjbmahcjnmfcbkagcgj
简介 Modify & Add a link to your Little Bookmark Box.
文件大小 42.02 KB
安装次数 60
当前版本 1.1
更新时间 2016-05-02
上架时间 2016-05-01
评分 3.00/5 共1次评分
开发者 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 - Modify and Add",
    "description": "Modify & Add a link to your Little Bookmark Box.",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Modify & Add a link to your Little Bookmark Box",
        "default_icon": "small_icon_plus.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "lbb_128.png",
        "16": "lbb_16.png",
        "48": "lbb_48.png"
    }
}