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はAlex Fominによって開発されたChromeの拡張機能で、その主な機能は「Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket」です。
拡張機能のスクリーンショット
Add to Pocket拡張機能のCRXファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |