Save to Pocket - Privacy Edition
Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.
Save to Pocket - Privacy Editionคืออะไร?
Save to Pocket - Privacy Edition เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kees Kluskens และคุณลักษณะหลักของมันคือ "Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save to Pocket - Privacy Edition
ดาวน์โหลดไฟล์ส่วนขยาย Save to Pocket - Privacy Edition ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This adds a toolbar button to save the current page to Pocket. The difference with the real Pocket Chrome extension is that this doesn't track you at all. It doesn't even ask for permissions to see all sites you browse.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Save to Pocket - Privacy Edition |
ID | foggicgimbemdljifmnlandgnknipibf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/save-to-pocket-privacy-ed/foggicgimbemdljifmnlandgnknipibf |
คำอธิบาย | Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse. |
ขนาดไฟล์ | 17.47 KB |
จำนวนการติดตั้ง | 216 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2017-03-07 |
วันที่เผยแพร่ | 2017-03-07 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Kees Kluskens |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/SpaceK33z/pocket-privacy |
URL หน้าช่วยเหลือ | https://github.com/SpaceK33z/pocket-privacy/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to Pocket - Privacy Edition", "description": "Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.", "manifest_version": 2, "version": "1.2", "browser_action": { "default_icon": "img\/icon.png", "default_title": "Add to Pocket" }, "background": { "scripts": [ "main.js" ], "persistent": false }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "permissions": [ "activeTab", "notifications", "https:\/\/getpocket.com\/" ] } |