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