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.」です。
拡張機能のスクリーンショット
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/ 拡張機能の基本情報
| 名前 | |
| 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 |
| 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 - 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"
}
} | |