Pocket open original page
This extension load original page after article view is loaded in new tab
Pocket open original pageとは何ですか?
Pocket open original pageはradoによって開発されたChromeの拡張機能で、その主な機能は「This extension load original page after article view is loaded in new tab」です。
Pocket open original page拡張機能のCRXファイルをダウンロード
Pocket open original page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This lets you either open a page from Pocket web normally, or you can use your browser's normal way to open the link to the page in a new tab, and this extension will automatically "click" the "View Original" button in that new tab
拡張機能の基本情報
名前 | Pocket open original page |
ID | ljjoeeiaojfgkoopmhfhfndeddnbeaef |
公式URL | https://chromewebstore.google.com/detail/pocket-open-original-page/ljjoeeiaojfgkoopmhfhfndeddnbeaef |
説明 | This extension load original page after article view is loaded in new tab |
ファイルサイズ | 6.97 KB |
インストール数 | 65 |
現在のバージョン | 1.0 |
最終更新日 | 2015-12-14 |
公開日 | 2015-12-14 |
評価 | 3.82/5 合計 11 レビュー |
開発者 | rado |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pocket open original page", "description": "This extension load original page after article view is loaded in new tab", "version": "1.0", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/getpocket.com\/a\/read\/*" ], "js": [ "openoriginal.js" ] } ] } |