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
Eメール [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"
    }
}