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.」です。

拡張機能のスクリーンショット

screenshot

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) Save to Pocket (mini)
ID calnfcidhlhdmmmnicdpddbmmjmfohem
公式URL 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
}