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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.pointworks.de และคุณลักษณะหลักของมันคือ "Modify & Add a link to your Little Bookmark Box."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Little Bookmark Box - Modify and Add
ดาวน์โหลดไฟล์ส่วนขยาย 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/ ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
} | |