Add to Pocket
Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket
Add to Pocketคืออะไร?
Add to Pocket เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Fomin และคุณลักษณะหลักของมันคือ "Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add to Pocket
ดาวน์โหลดไฟล์ส่วนขยาย Add to Pocket ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension require an "Take from Pocket" extension to be installed (https://chrome.google.com/webstore/detail/take-from-pocket/higpiildcmkbifobkbcmigbipabnkgkd) 1.0.3 * Fix icon rotating after click on context menu
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Add to Pocket |
ID | olloendlpcoaancofdjbaabmgbhdgpad |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/add-to-pocket/olloendlpcoaancofdjbaabmgbhdgpad |
คำอธิบาย | Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket |
ขนาดไฟล์ | 46.42 KB |
จำนวนการติดตั้ง | 413 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2018-01-29 |
วันที่เผยแพร่ | 2018-01-29 |
คะแนน | 3.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Alex Fomin |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/alex-fomin/pocket-inpage |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to Pocket", "version": "1.0.3", "description": "Adds an article to pocket (http:\/\/getpocket.com). Indicates whether the current page is in Pocket", "background": { "scripts": [ "libs\/require.js", "app.js" ] }, "page_action": { "default_icon": { "19": "images\/notAdded-19.png", "38": "images\/notAdded-38.png" }, "default_title": "Add item to Pocket" }, "permissions": [ "tabs", "management", "contextMenus", "http:\/\/*\/", "https:\/\/*\/", "webNavigation" ], "manifest_version": 2, "icons": { "128": "images\/logo-128.png", "48": "images\/logo-48.png" } } |