Save to Pocket (mini)
Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.
什麼是Save to Pocket (mini)?
Save to Pocket (mini)是由evmar開發的Chrome擴展程式,該擴展的主要功能是“Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.”。
擴展截圖
下載Save to Pocket (mini)擴展crx文件
下載Save to Pocket (mini)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
I think Pocket is great, but I don't like how their Chrome extension requires so many permissions. (It even makes use of those permissions to e.g. modify the Hacker News page. I appreciate this can be turned off via their settings but I'd prefer it didn't even have the capability.) This extension is the minimal code to auth into Pocket and save URLs into it. Read the source here: https://github.com/martine/pocket-mini For more features, use the official Pocket extension: https://chrome.google.com/webstore/detail/save-to-pocket/niloccemoadcdkdjlinkgdfekeahmflj
擴展基本資訊
名稱 | Save to Pocket (mini) |
ID | calnfcidhlhdmmmnicdpddbmmjmfohem |
官方網址 | https://chromewebstore.google.com/detail/save-to-pocket-mini/calnfcidhlhdmmmnicdpddbmmjmfohem |
簡介 | Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions. |
檔案大小 | 8.66 KB |
安裝次數 | 1,016 |
目前版本 | 1 |
更新時間 | 2014-08-08 |
上架時間 | 2014-08-08 |
評分 | 4.69/5 共 16 次評分 |
開發者 | evmar |
付費類型 | free |
擴展官網 | https://github.com/martine/pocket-mini |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to Pocket (mini)", "description": "Adds a toolbar button to save the current page to Pocket, without requiring the \"all data\" or \"all websites\" permissions.", "version": "1", "browser_action": { "default_icon": "icon.png", "default_title": "Add to Pocket", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/getpocket.com\/" ], "web_accessible_resources": [ "auth.html" ], "manifest_version": 2 } |