Pocket open original page
This extension load original page after article view is loaded in new tab
Vad är Pocket open original page?
Pocket open original page är en Chrome-tillägg utvecklad av rado, och dess huvudfunktion är "This extension load original page after article view is loaded in new tab".
Ladda ner Pocket open original page-förlängningens CRX-fil
Ladda ner Pocket open original page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ljjoeeiaojfgkoopmhfhfndeddnbeaef |
| Officiell webbadress | https://chromewebstore.google.com/detail/pocket-open-original-page/ljjoeeiaojfgkoopmhfhfndeddnbeaef |
| Beskrivning | This extension load original page after article view is loaded in new tab |
| Filstorlek | 6.97 KB |
| Antal Installationer | 65 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-12-14 |
| Publiceringsdatum | 2015-12-14 |
| Betyg | 3.82/5 Totalt 11 Betyg |
| Utvecklare | rado |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |