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.”。
擴展截圖
下載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 |
ID | hpegpphipfkpcbjbmahcjnmfcbkagcgj |
官方網址 | 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" } } |