Pocket open original page
This extension load original page after article view is loaded in new tab
What is Pocket open original page?
Pocket open original page is a Chrome extension developed by rado, and its main feature is "This extension load original page after article view is loaded in new tab".
Download Pocket open original page Extension CRX File
Download Pocket open original page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Pocket open original page |
ID | ljjoeeiaojfgkoopmhfhfndeddnbeaef |
Official URL | https://chromewebstore.google.com/detail/pocket-open-original-page/ljjoeeiaojfgkoopmhfhfndeddnbeaef |
Description | This extension load original page after article view is loaded in new tab |
File Size | 6.97 KB |
Installation Count | 65 |
Current Version | 1.0 |
Last Updated | 2015-12-14 |
Publish Date | 2015-12-14 |
Rating | 3.82/5 Total 11 Ratings |
Developer | rado |
Payment Type | free |
Supported Languages | 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" ] } ] } |